README is not a binary
This commit is contained in:
parent
15a57138df
commit
60e7a19aef
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue