system/fish: Update script.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Luna Jernberg 2024-06-06 01:32:01 +07:00 committed by Willy Sudiarto Raharjo
parent ac759104e8
commit ebaee06c76
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -114,6 +114,8 @@ cd build
-DCMAKE_BUILD_TYPE=Release ..
make
make install/strip DESTDIR=$PKG
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
cd ..
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION