diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-01 16:27:47 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-01 16:27:47 +0000 |
commit | 9e61a57e0e626430a231c07efaec2d1cbe4c9c4c (patch) | |
tree | 0ffe8aaee1194452b5fdb3db7bf45e4d178fbe02 | |
parent | 8cc0930b788d6e708ea70bd73e13290dc701af0d (diff) |
cron: change the existing nonrootinstall patch so that it also removes the -s flag from the install commands
-rw-r--r-- | packages/cron/cron-3.0pl1/nonrootinstall.patch | 4 | ||||
-rw-r--r-- | packages/cron/cron_3.0pl1.bb | 2 |
2 files changed, 3 insertions, 3 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) diff --git a/packages/cron/cron_3.0pl1.bb b/packages/cron/cron_3.0pl1.bb index 4d543de6c7..6b2a850eca 100644 --- a/packages/cron/cron_3.0pl1.bb +++ b/packages/cron/cron_3.0pl1.bb @@ -1,7 +1,7 @@ SECTION = "base" DESCRIPTION = "Vixie cron." LICENSE = "cron" -PR="r7" +PR="r8" DEPENDS += "install-native" SRC_URI = "http://ibiblio.org/pub/Linux/system/daemons/cron/cron${PV}.tar.gz \ |