aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2006-12-06 14:03:15 +0000
committerFlorent Villard <warly@mandriva.com>2006-12-06 14:03:15 +0000
commitae5009d6c379645cf8e05794d8db1d80fcb30e9c (patch)
tree4b254edee48ad050cfc6adf8bd545dc3c7a4ea94
parent5bde5ee49cfecd0785a47bf8b12c2db7de77e3d2 (diff)
downloadiurt-ae5009d6c379645cf8e05794d8db1d80fcb30e9c.tar
iurt-ae5009d6c379645cf8e05794d8db1d80fcb30e9c.tar.gz
iurt-ae5009d6c379645cf8e05794d8db1d80fcb30e9c.tar.bz2
iurt-ae5009d6c379645cf8e05794d8db1d80fcb30e9c.tar.xz
iurt-ae5009d6c379645cf8e05794d8db1d80fcb30e9c.zip
add correct rights for iurt_root_command
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 306f4dd..2a2e431 100644
--- a/Makefile
+++ b/Makefile
@@ -25,9 +25,9 @@ localrpm: dir localcopy tar
install:
install -d $(bindir) $(sbindir) $(INSTALLVENDORLIB)/Iurt
install -m 644 lib/Iurt/*.pm $(INSTALLVENDORLIB)/Iurt
- install -m644 iurt_root_command $(sbindir)/
- install -m644 iurt2 $(bindir)/iurt
- install -m644 emi ulri $(bindir)/
+ install -m755 iurt_root_command $(sbindir)/
+ install -m755 iurt2 $(bindir)/iurt
+ install -m755 emi ulri $(bindir)/
dir:
mkdir $(PACKAGE)-$(VERSION)