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:
cb130b8
)
rootfs_ipk.oeclass: fixed previous patch - ipkg.conf was moved
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Thu, 5 Aug 2004 14:59:32 +0000
(14:59 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Thu, 5 Aug 2004 14:59:32 +0000
(14:59 +0000)
BKrev: 41124b54DDNJSb-0lKki7i0iZcYWgg
classes/rootfs_ipk.oeclass
patch
|
blob
|
history
diff --git
a/classes/rootfs_ipk.oeclass
b/classes/rootfs_ipk.oeclass
index
993d290
..
e67f9fd
100644
(file)
--- a/
classes/rootfs_ipk.oeclass
+++ b/
classes/rootfs_ipk.oeclass
@@
-55,7
+55,7
@@
EOF
export D=${IMAGE_ROOTFS}
export IPKG_OFFLINE_ROOT=${IMAGE_ROOTFS}
mkdir -p ${IMAGE_ROOTFS}/etc/ipkg/
- grep "^arch" ${
DEPLOY_DIR_IMAGE
}/ipkg.conf >${IMAGE_ROOTFS}/etc/ipkg/arch.conf
+ grep "^arch" ${
T
}/ipkg.conf >${IMAGE_ROOTFS}/etc/ipkg/arch.conf
for i in ${IMAGE_ROOTFS}/usr/lib/ipkg/info/*.preinst; do
if [ -f $i ] && ! sh $i; then