desktop/sync-engine: Fixed for bash4.
This commit is contained in:
parent
4907f54c62
commit
ba8a02bfe9
|
@ -30,11 +30,6 @@ find . \
|
|||
|
||||
python setup.py install --root=$PKG
|
||||
|
||||
( cd $PKG/usr/man
|
||||
find . -type f -exec gzip -9 {} \;
|
||||
for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
)
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
CHANGELOG COPYING \
|
||||
|
|
Loading…
Reference in New Issue