From e7f7b02e305c7e8f06f4631b78f8fcadb48e6872 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 30 Sep 2010 23:54:58 +0200 Subject: [PATCH] squashfs-tools: changed to use the install target of the Makefile --- filesystem/squashfs-tools/squashfs-tools.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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"