diff options
Diffstat (limited to 'recipes/pmount/pmount_0.9.4.bb')
-rw-r--r-- | recipes/pmount/pmount_0.9.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/pmount/pmount_0.9.4.bb b/recipes/pmount/pmount_0.9.4.bb index 3abc9000bb..8dccc3f7f7 100644 --- a/recipes/pmount/pmount_0.9.4.bb +++ b/recipes/pmount/pmount_0.9.4.bb @@ -3,8 +3,8 @@ DEPENDS="sysfsutils" PR ="r1" SRC_URI="http://www.piware.de/projects/pmount-0.9.4.tar.gz \ - file://mmc-fix.patch;apply=yes \ - file://no-hal.patch;apply=yes" + file://mmc-fix.patch \ + file://no-hal.patch" do_install() { install -m 4755 -D ${S}/pmount ${D}/${bindir}/pmount |