Browse Source

Renamed iproute2 postmake function (ipr2_pm -> iproute2_postmake)

early
Christian Wiese 17 years ago
parent
commit
3a9721cc34
  1. 4
      network/iproute2/iproute2.conf

4
network/iproute2/iproute2.conf

@ -26,7 +26,7 @@ iproute2_extract() {
autoextract_tar_bz2 "$@"
}
ipr2_pm() {
iproute2_postmake() {
$CC $confdir/ipnm2nwbc.c -o $root/$sbindir/ipnm2nwbc
cp $confdir/dumpnetcfg.sh $root/$sbindir/dumpnetcfg
chmod +x $root/$sbindir/dumpnetcfg
@ -36,7 +36,7 @@ var_append makeopt " " "KERNEL_INCLUDE=$root/usr/include"
var_append makeopt " " "LIBC_INCLUDE=$root/usr/include"
var_append makeinstopt " " "SBINDIR=$sbindir"
hook_add postmake 5 "ipr2_pm"
hook_add postmake 5 "iproute2_postmake"
pkginstalled bdb33 && atstage native || \
var_append patchfiles ' ' $confdir/bdb_unavailable.diff

Loading…
Cancel
Save