summaryrefslogtreecommitdiff
path: root/repo/util/wireless-tools.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/util/wireless-tools.xibuild')
-rw-r--r--repo/util/wireless-tools.xibuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/repo/util/wireless-tools.xibuild b/repo/util/wireless-tools.xibuild
index 19be32d..c6bea6a 100644
--- a/repo/util/wireless-tools.xibuild
+++ b/repo/util/wireless-tools.xibuild
@@ -12,6 +12,7 @@ ADDITIONAL=(
)
prepare () {
+ sed -i "s/ldconfig/echo/g" Makefile
patch -Np1 -i wireless_tools-$PKG_VER-fix_iwlist_scanning-1.patch
}
@@ -20,7 +21,7 @@ build () {
}
package () {
- make DESTDIR=$PKG_DEST PREFIX=/usr INSTALL_MAN=/usr/share/man install
+ make PREFIX=$PKG_DEST/usr INSTALL_MAN=$PKG_DEST/usr/share/man install
}