Browse Source

* improved udev to build all the extras

git-svn-id: svn://svn.opensde.net/opensde/package/branches/udev@21261 10447126-35f2-4685-b0cf-6dd780d3921f
early
Alejandro Mery 18 years ago
parent
commit
77a877042d
  1. 8
      filesystem/udev/udev.conf

8
filesystem/udev/udev.conf

@ -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"'

Loading…
Cancel
Save