summaryrefslogtreecommitdiff
path: root/packages/cron/cron-3.0pl1/nonrootinstall.patch
diff options
context:
space:
mode:
authorMatt Reimer <mattjreimer@gmail.com>2007-02-06 18:48:59 +0000
committerMatt Reimer <mattjreimer@gmail.com>2007-02-06 18:48:59 +0000
commit0f3a0dab967a0f1a2d8ad2693a7c60436ddf230a (patch)
treed774d2f1f1473d5134fc8af521dce5b467c2138a /packages/cron/cron-3.0pl1/nonrootinstall.patch
parent7810da6174250f8c0ab11bb9e5e08328fde953cc (diff)
parent308ee74f17dde5589c0a6d0b400d813a5617c4cf (diff)
merge of '74301428ab37e923090b24e6a2336ca84af564f2'
and 'b9a2e7516cc3620c51495eadf5a2d938086881a9'
Diffstat (limited to 'packages/cron/cron-3.0pl1/nonrootinstall.patch')
-rw-r--r--packages/cron/cron-3.0pl1/nonrootinstall.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/cron/cron-3.0pl1/nonrootinstall.patch b/packages/cron/cron-3.0pl1/nonrootinstall.patch
index 375862d905..e223ba2e6b 100644
--- a/packages/cron/cron-3.0pl1/nonrootinstall.patch
+++ b/packages/cron/cron-3.0pl1/nonrootinstall.patch
@@ -21,8 +21,8 @@
install : all
- $(INSTALL) -c -m 111 -o root -s cron $(DESTSBIN)/
- $(INSTALL) -c -m 4111 -o root -s crontab $(DESTBIN)/
-+ $(INSTALL) -c -m 111 $(INSTALLOWN) -s cron $(DESTSBIN)/
-+ $(INSTALL) -c -m 4111 $(INSTALLOWN) -s crontab $(DESTBIN)/
++ $(INSTALL) -c -m 111 $(INSTALLOWN) cron $(DESTSBIN)/
++ $(INSTALL) -c -m 4111 $(INSTALLOWN) crontab $(DESTBIN)/
sh putman.sh crontab.1 $(DESTMAN)
sh putman.sh cron.8 $(DESTMAN)
sh putman.sh crontab.5 $(DESTMAN)