diff options
| -rw-r--r-- | meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.23.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.23.bb b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.23.bb index a3bdf9cea4..a012c499ca 100644 --- a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.23.bb +++ b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.23.bb | |||
| @@ -34,7 +34,7 @@ do_configure_append() { | |||
| 34 | 34 | ||
| 35 | do_install_append() { | 35 | do_install_append() { |
| 36 | install -d ${D}${sysconfdir}/udev/rules.d/ | 36 | install -d ${D}${sysconfdir}/udev/rules.d/ |
| 37 | install -m 0755 ${WORKDIR}/*.rules ${D}${sysconfdir}/udev/rules.d/ | 37 | install -m 0644 ${WORKDIR}/*.rules ${D}${sysconfdir}/udev/rules.d/ |
| 38 | } | 38 | } |
| 39 | 39 | ||
| 40 | PACKAGES =+ "libgphotoport libgphoto2-camlibs" | 40 | PACKAGES =+ "libgphotoport libgphoto2-camlibs" |
