diff options
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 |