summaryrefslogtreecommitdiffstats
path: root/potrace
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-06-28 09:45:25 +0000
committer Eric Hameleers <alien@slackware.com>2011-06-28 09:45:25 +0000
commit785c7d066021844fdd0e0dd6f4812a8bda404c3d (patch)
tree407eac51d6537c92b2b3530c73e7b8c7238bdb59 /potrace
parent48a40b94024a8711776fc56f29510ddf43744001 (diff)
downloadasb-785c7d066021844fdd0e0dd6f4812a8bda404c3d.tar.gz
asb-785c7d066021844fdd0e0dd6f4812a8bda404c3d.tar.xz
Another directory to get rid of
Diffstat (limited to 'potrace')
-rwxr-xr-xpotrace/build/potrace.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/potrace/build/potrace.SlackBuild b/potrace/build/potrace.SlackBuild
index 3c1e532d..37e99c3d 100755
--- a/potrace/build/potrace.SlackBuild
+++ b/potrace/build/potrace.SlackBuild
@@ -167,8 +167,8 @@ CFLAGS="$SLKCFLAGS" \
make 2>&1 | tee $OUTPUT/make-${PRGNAM}.log
make DESTDIR=$PKG install 2>&1 |tee $OUTPUT/install-${PRGNAM}.log
-# Remove a useless directory from the package:
-rmdir $PKG/usr/lib${LIBDIRSUFFIX} 2>/dev/null || true
+# Remove useless directories from the package:
+rmdir $PKG/usr/{include,lib${LIBDIRSUFFIX}} 2>/dev/null || true
# Add documentation:
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION