From 894f6002baaf66bc2c8c5415d99fb0ac723777ba Mon Sep 17 00:00:00 2001 From: ECal Group Date: Fri, 21 Jun 2013 11:19:55 +0200 Subject: [PATCH] added lib and lib64, mt --- allParam/Makefile.in | 2 +- compat/Makefile.in | 2 +- hadaq/Makefile.in | 2 +- make_script.pl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/allParam/Makefile.in b/allParam/Makefile.in index e177bcc..8452675 100644 --- a/allParam/Makefile.in +++ b/allParam/Makefile.in @@ -1153,7 +1153,7 @@ distcheck: dist *.zip*) \ unzip $(distdir).zip ;;\ esac - chmod -R a-w $(distdir); chmod u+w $(distdir) + chmod -R a-w $(distdir); chmod a+w $(distdir) mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) diff --git a/compat/Makefile.in b/compat/Makefile.in index 8e3bc4d..a1c9150 100644 --- a/compat/Makefile.in +++ b/compat/Makefile.in @@ -526,7 +526,7 @@ distcheck: dist *.zip*) \ unzip $(distdir).zip ;;\ esac - chmod -R a-w $(distdir); chmod u+w $(distdir) + chmod -R a-w $(distdir); chmod a+w $(distdir) mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) diff --git a/hadaq/Makefile.in b/hadaq/Makefile.in index 70f0968..f92a8b5 100644 --- a/hadaq/Makefile.in +++ b/hadaq/Makefile.in @@ -740,7 +740,7 @@ distcheck: dist *.zip*) \ unzip $(distdir).zip ;;\ esac - chmod -R a-w $(distdir); chmod u+w $(distdir) + chmod -R a-w $(distdir); chmod a+w $(distdir) mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) diff --git a/make_script.pl b/make_script.pl index 6e9ad08..074482b 100755 --- a/make_script.pl +++ b/make_script.pl @@ -15,7 +15,7 @@ foreach my $dir ("allParam", "compat", "hadaq") { my $command = <