diff --git a/filesystem/squashfs-tools/squashfs-tools.conf b/filesystem/squashfs-tools/squashfs-tools.conf index 2813f4dfe..660acaada 100644 --- a/filesystem/squashfs-tools/squashfs-tools.conf +++ b/filesystem/squashfs-tools/squashfs-tools.conf @@ -13,8 +13,6 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- -makeinstopt= - hook_add preconf 2 'cd squashfs-tools' # xattr support @@ -23,5 +21,6 @@ if ! pkginstalled -f attr; then var_append makeopt ' ' "XATTR_DEFAULT=0" fi -hook_add postmake 5 "install {mk,un}squashfs $root$sbindir/" +var_append makeopt ' ' "INSTALL_DIR=$root/$prefix/sbin" +makeinstopt="$makeopt install"