mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-17 06:11:35 +01:00
Updated for new-configs
This commit is contained in:
parent
604da4482f
commit
66c6ffdaaf
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue