From: Gordon Hecker Date: Mon, 21 Dec 2009 14:04:27 +0000 (+0100) Subject: bugfix: example installation failed when running without root permissions. X-Git-Tag: e2factory-2.3.3~1 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=9ef6365d919b2d2ca5e52376f0b7b3a32c0e93db;p=e2factory.git bugfix: example installation failed when running without root permissions. Set correct permissions. Signed-off-by: Gordon Hecker --- diff --git a/example/Makefile b/example/Makefile index 6533ba1..52b1671 100644 --- a/example/Makefile +++ b/example/Makefile @@ -72,7 +72,7 @@ fetch: base.tar.gz e2factory.git install_example: fetch for d in $(CHROOTDIR) $(RESULTSDIR) $(RELEASESDIR) $(PROJECTSDIR) \ $(UPSTREAMDIR) ; do \ - install -d -m 775 -o root -g ebs $$d ;\ + install -d -m 2775 -g ebs $$d ;\ done install -m 644 base.tar.gz $(CHROOTDIR)/ cp -r e2factory.git $(PROJECTSDIR)/