From 9ef6365d919b2d2ca5e52376f0b7b3a32c0e93db Mon Sep 17 00:00:00 2001 From: Gordon Hecker Date: Mon, 21 Dec 2009 15:04:27 +0100 Subject: [PATCH] bugfix: example installation failed when running without root permissions. Set correct permissions. Signed-off-by: Gordon Hecker --- example/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)/ -- 2.39.5