opkg: remove duplicated / from postinst (from Poky)
authorRichard Purdie <richard@openedhand.com>
Fri, 1 Aug 2008 11:33:35 +0000 (11:33 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 23 Oct 2008 19:12:35 +0000 (21:12 +0200)
git-svn-id: https://svn.o-hand.com/repos/poky@4997 311d38ba-8fff-0310-9ca6-ca027cbcb966

packages/opkg/opkg_svn.bb

index d53fb11..54b7141 100644 (file)
@@ -18,7 +18,7 @@ if [ "x$D" != "x" ]; then
        echo "#!/bin/sh
 opkg-cl 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