diff options
author | Dejan Strbac <me@dejanstrbac.com> | 2020-02-15 07:59:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-15 07:59:14 +0700 |
commit | 3f243e9f37dd3a1df1122267df509b30ed528068 (patch) | |
tree | 49c52f90cde03e9aa8a1452a7a585a58d0eac7ad /system/tinycdb | |
parent | db9338a2b6ac5390df6b3bbac2e95cf11656ea91 (diff) |
system/tinycdb: Fix include dir.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tinycdb')
-rw-r--r-- | system/tinycdb/tinycdb.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/tinycdb/tinycdb.SlackBuild b/system/tinycdb/tinycdb.SlackBuild index 621a9add4fa4..d83e626f57df 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 |