]> code.ossystems Code Review - openembedded-core.git/commitdiff
opkg: remove duplicated / from postinst
authorRichard Purdie <richard@openedhand.com>
Fri, 1 Aug 2008 11:33:35 +0000 (11:33 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 1 Aug 2008 11:33:35 +0000 (11:33 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4997 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/opkg/opkg_svn.bb

index b89ad7fd77e455da80bc10a105b5b0a34c1719b7..41416a01c381f1fbf34ba35c713691e25fe2f66e 100644 (file)
@@ -6,7 +6,7 @@ RCONFLICTS_update-alternatives-cworth = "update-alternatives-dpkg"
 RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
 PACKAGE_ARCH_update-alternatives-cworth = "all"
 
-PR = "r7"
+PR = "r8"
 
 PACKAGES =+ "libopkg-dev libopkg update-alternatives-cworth"
 
@@ -36,7 +36,7 @@ if [ "x$D" != "x" ]; then
 opkg-cl configure
 rm -f /${sysconfdir}/rcS.d/S${OPKG_INIT_POSITION}configure
 " > ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${OPKG_INIT_POSITION}configure
-       chmod 0755 ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${OPKG_INIT_POSITION}configure
+       chmod 0755 ${IMAGE_ROOTFS}${sysconfdir}/rcS.d/S${OPKG_INIT_POSITION}configure
 fi
 
 update-alternatives --install ${bindir}/opkg opkg ${bindir}/opkg-cl 100