diff options
author | Richard Purdie <richard@openedhand.com> | 2008-08-01 11:33:35 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-10-23 21:12:35 +0200 |
commit | 017444c7f4dfc4b291a2fb4039ce13a995ec2a94 (patch) | |
tree | 17a98504181a5bc31b362b1df913137fc62fbd92 | |
parent | e70a309755778974f82565cdc314865fb0b136be (diff) |
opkg: remove duplicated / from postinst (from Poky)
git-svn-id: https://svn.o-hand.com/repos/poky@4997 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | packages/opkg/opkg_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |