diff --git a/package/base/procps/procps.conf b/package/base/procps/procps.conf index a24749986..939c63e32 100644 --- a/package/base/procps/procps.conf +++ b/package/base/procps/procps.conf @@ -1,3 +1,10 @@ -if [ "$stagelevel" == 1 ] ; then - var_append makeinstopt " " "DESTDIR=$root install=\"install -D\"" +#!/bin/bash + +var_append makeopt " " "m64=" +var_append makeinstopt " " "lib64=$multilib" + +var_append makeinstopt " " "DESTDIR=\"$instroot\" install=\"install -D\"" + +if [ "$libs_only" = 1 ] ; then + hook_add postmake 5 "cp -a $dummydir/lib/* $libdir/" fi