summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dejan Strbac2020-02-15 01:59:14 +0100
committer Willy Sudiarto Raharjo2020-02-15 01:59:14 +0100
commit3f243e9f37dd3a1df1122267df509b30ed528068 (patch)
tree49c52f90cde03e9aa8a1452a7a585a58d0eac7ad
parentdb9338a2b6ac5390df6b3bbac2e95cf11656ea91 (diff)
downloadslackbuilds-3f243e9f37dd3a1df1122267df509b30ed528068.tar.gz
system/tinycdb: Fix include dir.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/tinycdb/tinycdb.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/tinycdb/tinycdb.SlackBuild b/system/tinycdb/tinycdb.SlackBuild
index 621a9add4f..d83e626f57 100644
--- a/system/tinycdb/tinycdb.SlackBuild
+++ b/system/tinycdb/tinycdb.SlackBuild
@@ -56,7 +56,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
make
-make install prefix=$PKG mandir=$PKG/usr/man libdir=$PKG/usr/lib$LIBDIRSUFFIX bindir=$PKG/usr/bin
+make install prefix=$PKG includedir=$PKG/usr/include mandir=$PKG/usr/man libdir=$PKG/usr/lib$LIBDIRSUFFIX bindir=$PKG/usr/bin
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true