From: Michael Mrozek Date: Wed, 22 Jun 2011 01:40:00 +0000 (+0200) Subject: opandora-scripts: Fixed permissions (+x) for op_lidsetting.sh X-Git-Tag: sz_beta3~103 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=2f78a52683e5e5ca5e679f7c718a0723064daf2d opandora-scripts: Fixed permissions (+x) for op_lidsetting.sh --- diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index a677464..f7073b6 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "omap3-pandora" DEPENDS = "zenity dbus" RDEPENDS = "zenity dbus" -PR = "r68" +PR = "r69" SRC_URI = " \ file://op_bright.sh \ @@ -102,7 +102,7 @@ do_install() { install -m 0755 ${WORKDIR}/reset_nubs.sh ${D}${prefix}/pandora/scripts/ install -m 0644 ${WORKDIR}/pndlogo.png ${D}${prefix}/pandora/scripts/ install -m 0644 ${WORKDIR}/nubmode.glade ${D}${prefix}/pandora/scripts/ - install -m 0644 ${WORKDIR}/op_lidsettings.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_lidsettings.sh ${D}${prefix}/pandora/scripts/ diff --git a/recipes/pandora-system/pandora-scripts/op_lidsettings.pnd b/recipes/pandora-system/pandora-scripts/op_lidsettings.pnd index 878ef70..7220afa 100644 Binary files a/recipes/pandora-system/pandora-scripts/op_lidsettings.pnd and b/recipes/pandora-system/pandora-scripts/op_lidsettings.pnd differ