README is not a binary

This commit is contained in:
Gwenhael Le Moine 2011-07-12 12:55:19 +02:00
parent 15a57138df
commit 60e7a19aef

View file

@ -69,6 +69,7 @@ sed -i 's|^EMACS = .*$|EMACS = emacs|g' Makefile
make $NUMJOBS || make || exit 1
make install DESTDIR=$PKG || exit 1
( cd scripts
mv README ../README.scripts
for i in *; do
cp -a $i $PKG/usr/bin/ledger-$i
done
@ -80,7 +81,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" \
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/scripts
cp -a \
LICENSE NEWS README TODO \
LICENSE NEWS README TODO README.scripts \
$PKG/usr/doc/$PRGNAM-$VERSION
rm -f $PKG/usr/info/dir