graphics/resynthesizer: Fixed for bash4.

This commit is contained in:
David Somero 2010-05-19 02:35:11 -04:00
parent e394e5df72
commit b487a2e158

View file

@ -64,10 +64,8 @@ mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/gimp/2.0/plug-ins $PKG/usr/share/gimp/2.0/s
install -m 755 resynth $PKG/usr/lib${LIBDIRSUFFIX}/gimp/2.0/plug-ins
install -m 644 smart-{enlarge,remove}.scm $PKG/usr/share/gimp/2.0/scripts
( cd $PKG
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
xargs strip --strip-unneeded 2> /dev/null || true
)
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING README $PKG/usr/doc/$PRGNAM-$VERSION