ports/opt (2.2): iproute2: removed unnecessary sed'ing in Pkgfile
commit de8692b30a6f32aba7cc89d58bf1b4378cbd53ae Author: Simone Rota <sip@crux.nu> Date: Wed Nov 15 12:03:59 2006 +0100 iproute2: removed unnecessary sed'ing in Pkgfile diff --git a/iproute2/Pkgfile b/iproute2/Pkgfile index 10ea8b1..c0db4f2 100644 --- a/iproute2/Pkgfile +++ b/iproute2/Pkgfile @@ -1,4 +1,4 @@ -# Description: a collection of utilites for controlling TCP/IP networking and traffic in Linux +x# Description: a collection of utilites for controlling TCP/IP networking and traffic in Linux # URL: http://linux-net.osdl.org/index.php/Iproute2 # Maintainer: Simone Rota, sip at crux dot nu # Packager: Mikhail Kolesnik, mike at openbunker dot org @@ -10,9 +10,7 @@ source=(http://developer.osdl.org/dev/ip build() { cd $name-$version - sed -i -e "s|SBINDIR=/usr/sbin|SBINDIR=/sbin|" Makefile - sed -i -e "s|MANDIR=/usr/share/man|MANDIR=/usr/man|" Makefile make KERNEL_INCLUDE="/lib/modules/`uname -r`/source/include" - make DESTDIR=$PKG install + make SBINDIR=/sbin MANDIR=/usr/man DESTDIR=$PKG install rm -rf $PKG/usr/share }
participants (1)
-
crux@crux.nu