summaryrefslogtreecommitdiff
path: root/packages-i486-stage1/net-tools
diff options
context:
space:
mode:
Diffstat (limited to 'packages-i486-stage1/net-tools')
-rw-r--r--packages-i486-stage1/net-tools6
1 files changed, 1 insertions, 5 deletions
diff --git a/packages-i486-stage1/net-tools b/packages-i486-stage1/net-tools
index 821bb63..e0227f8 100644
--- a/packages-i486-stage1/net-tools
+++ b/packages-i486-stage1/net-tools
@@ -1,5 +1,5 @@
# prepare configure for cross-compilation
-sed -i "s@make @make CC=$TARGET_ARCH-cc LD=$TARGET_ARCH-ld@g" PKGBUILD
+sed -i "s@make @make CC=$TARGET_ARCH-cc LD=$TARGET_ARCH-ld @g" PKGBUILD
sed -i "s@make\$@make CC=$TARGET_ARCH-cc LD=$TARGET_ARCH-ld @g" PKGBUILD
# git for release checkouts, using the one from host
@@ -9,7 +9,3 @@ sed -i "/makedepends/s/git//g" PKGBUILD
sed -i 's@source=(@source=(net-tools-1.60-if_tunnel.patch @' PKGBUILD
sed -i "s@sha1sums=(@sha1sums=('SKIP' @" PKGBUILD
sed -i '2!N; /prepare() {/ a \ pushd ${srcdir}/${pkgname}; patch -Np1 < ${srcdir}/net-tools-1.60-if_tunnel.patch; popd' PKGBUILD
-
-# TODO: wrong installation pathes, should be /usr/bin
-# install: cannot create regular file '/bin/ifconfig': Permission denied
-# make: *** [Makefile:216: installbin] Error 1