From b758be1d37cb49ced8cb17fca3d5a4cb2dd2e03e Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 6 Jul 2015 19:21:04 +0000 Subject: Bug 1172968: Move the scripts we want to keep from contrib/* and place them in scripts/ directory. Remove contrib from repo --- qa/config/generate_test_data.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qa') diff --git a/qa/config/generate_test_data.pl b/qa/config/generate_test_data.pl index 65adef6a7..d0281d181 100644 --- a/qa/config/generate_test_data.pl +++ b/qa/config/generate_test_data.pl @@ -816,7 +816,7 @@ dircopy("$conf_path/qa/extensions/QA", "$conf_path/extensions/QA"); my $cwd = cwd(); chdir($conf_path); -system("perl", "contrib/fixperms.pl"); +system("perl", "scripts/fixperms.pl"); chdir($cwd); print "installation and configuration complete!\n"; -- cgit v1.2.3-24-g4f1b