|
|
@ -12,9 +12,8 @@ |
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
|
|
if [ "$prefix_auto" = 1 ] ; then |
|
|
|
prefix="" |
|
|
|
prefix= |
|
|
|
set_confopt |
|
|
|
fi |
|
|
|
|
|
|
@ -73,3 +72,8 @@ hook_add postmake 6 'udev_rules' |
|
|
|
hook_add postmake 7 'udev_helpers' |
|
|
|
|
|
|
|
var_append makeopt ' ' "LD=$CC" |
|
|
|
|
|
|
|
# list of extra helpers to build and install |
|
|
|
hook_add postpatch 5 "export extras=\$( ls -1d extras/* | grep -v '\.sh' | tr '\n' ' ' )" |
|
|
|
var_append makeopt ' ' 'EXTRAS="$extras"' |
|
|
|
var_append makeinstopt ' ' 'EXTRAS="$extras"' |