From: Richard Purdie Date: Fri, 1 Aug 2008 11:33:35 +0000 (+0000) Subject: opkg: remove duplicated / from postinst (from Poky) X-Git-Tag: Release-2010-05/1~5696^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=017444c7f4dfc4b291a2fb4039ce13a995ec2a94;p=openembedded.git opkg: remove duplicated / from postinst (from Poky) git-svn-id: https://svn.o-hand.com/repos/poky@4997 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/packages/opkg/opkg_svn.bb b/packages/opkg/opkg_svn.bb index d53fb11fd8..54b7141bdc 100644 --- a/packages/opkg/opkg_svn.bb +++ b/packages/opkg/opkg_svn.bb @@ -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