Updated for new-configs

This commit is contained in:
Dimitris Zlatanidis 2023-03-14 19:18:13 +02:00
parent 604da4482f
commit 66c6ffdaaf

View file

@ -91,6 +91,7 @@ python3 setup.py install --root=$PKG
mkdir -p $PKG/usr/sbin
cp bin/slpkg $PKG/usr/sbin/slpkg
cp bin/slpkg_new-configs $PKG/usr/sbin/slpkg_new-configs
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