Fixed for path

This commit is contained in:
Dimitris Zlatanidis 2023-04-26 10:33:08 +03:00
parent 38b477640b
commit 046608bde2

View file

@ -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 \