mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Fixed for path
This commit is contained in:
parent
38b477640b
commit
046608bde2
1 changed files with 2 additions and 2 deletions
|
@ -91,8 +91,8 @@ python3 setup.py install --root=$PKG
|
|||
|
||||
# Move executables to the /usr/sbin folder.
|
||||
mkdir -p $PKG/usr/sbin
|
||||
mv $PKG/bin/slpkg $PKG/usr/sbin/slpkg
|
||||
mv $PKG/bin/slpkg_new-configs $PKG/usr/sbin/slpkg_new-configs
|
||||
mv $PKG/usr/bin/slpkg $PKG/usr/sbin/slpkg
|
||||
mv $PKG/usr/bin/slpkg_new-configs $PKG/usr/sbin/slpkg_new-configs
|
||||
rm -rf $PKG/usr/bin
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
Loading…
Reference in a new issue