libraries/libpqxx: fix typo in find line

(from rworkman: oops, sorry)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Mario St-Gelais 2013-03-03 09:49:17 -06:00 committed by Robby Workman
parent b37487d342
commit e164f6a21a
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
PRGNAM=libpqxx
VERSION=${VERSION:-4.0.1}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -88,7 +88,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
find $PKG/usr/doc -type -f -exec chmod 0644 {} \;
find $PKG/usr/doc -type f -exec chmod 0644 {} \;
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc