diff options
Diffstat (limited to 'recipes/dcron/dcron_2.3.3.bb')
-rw-r--r-- | recipes/dcron/dcron_2.3.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/dcron/dcron_2.3.3.bb b/recipes/dcron/dcron_2.3.3.bb index 65e8f28fdb..6ee8fc92a3 100644 --- a/recipes/dcron/dcron_2.3.3.bb +++ b/recipes/dcron/dcron_2.3.3.bb @@ -5,8 +5,8 @@ LICENSE = "GPL" PR = "r1" SRC_URI = "http://ibiblio.org/pub/Linux/system/daemons/cron/dcron-${PV}.tar.gz \ - file://compile.patch;patch=1 \ - file://strip.patch;patch=1" + file://compile.patch \ + file://strip.patch" do_install () { install -d ${D}${bindir} ${D}${sbindir} \ |