author | kergoth <kergoth> | 2003-04-22 18:55:40 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-04-22 18:55:40 (UTC) |
commit | 01fce94491cd4ceaffaaf7564f762b86ddf47241 (patch) (side-by-side diff) | |
tree | a91acf2ead94bc5fb0154863be126d9f1ed88f91 | |
parent | 868ff4fcf16fea8a1f89c5b94e3acee18d224073 (diff) | |
download | opie-01fce94491cd4ceaffaaf7564f762b86ddf47241.zip opie-01fce94491cd4ceaffaaf7564f762b86ddf47241.tar.gz opie-01fce94491cd4ceaffaaf7564f762b86ddf47241.tar.bz2 |
Thinko.
-rwxr-xr-x | mkipks | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -211,10 +211,8 @@ do if (which mkfs.jffs2 >/dev/null 2>&1); then size=$(mkfs.jffs2 -r $DATADIR | wc -c) fi - if ! (cat $f|grep -q ^Package); then + if ! (cat $i|grep -q ^Package); then echo "Package: $packagename" >$CTRLDIR/control - else - cat $f|grep ^Package >$CTRLDIR/control fi if [ ! -z "$size" ]; then echo "Installed-Size: $size" >>$CTRLDIR/control |