git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e70a309
)
opkg: remove duplicated / from postinst (from Poky)
author
Richard Purdie
<richard@openedhand.com>
Fri, 1 Aug 2008 11:33:35 +0000
(11:33 +0000)
committer
Marcin 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
patch
|
blob
|
history
diff --git
a/packages/opkg/opkg_svn.bb
b/packages/opkg/opkg_svn.bb
index
d53fb11
..
54b7141
100644
(file)
--- 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