README is not a binary
This commit is contained in:
parent
15a57138df
commit
60e7a19aef
1 changed files with 3 additions and 2 deletions
|
@ -69,7 +69,8 @@ sed -i 's|^EMACS = .*$|EMACS = emacs|g' Makefile
|
||||||
make $NUMJOBS || make || exit 1
|
make $NUMJOBS || make || exit 1
|
||||||
make install DESTDIR=$PKG || exit 1
|
make install DESTDIR=$PKG || exit 1
|
||||||
( cd scripts
|
( cd scripts
|
||||||
for i in *;do
|
mv README ../README.scripts
|
||||||
|
for i in *; do
|
||||||
cp -a $i $PKG/usr/bin/ledger-$i
|
cp -a $i $PKG/usr/bin/ledger-$i
|
||||||
done
|
done
|
||||||
)
|
)
|
||||||
|
@ -80,7 +81,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" \
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/scripts
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/scripts
|
||||||
cp -a \
|
cp -a \
|
||||||
LICENSE NEWS README TODO \
|
LICENSE NEWS README TODO README.scripts \
|
||||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
|
|
||||||
rm -f $PKG/usr/info/dir
|
rm -f $PKG/usr/info/dir
|
||||||
|
|
Loading…
Reference in a new issue