Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 18 years ago
parent
commit
04c9697b11
1 changed files with 2 additions and 5 deletions
  1. +2
    -5
      package/base/wireless-tools/wireless-tools.conf

+ 2
- 5
package/base/wireless-tools/wireless-tools.conf

@ -20,11 +20,8 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
var_append makeopt " " "PREFIX=$root/$prefix"
var_append makeinstopt " " "PREFIX=$root/$prefix"
var_append INSTALL_WRAPPER_FILTER "|" \
'sed -e "s,usr/\(sbin/ifrename\),\1," -e "s,usr/lib/,lib/,"'
var_append makeopt " " "PREFIX=$root/$prefix INSTALL_LIB=$root/lib INSTALL_DIR=$root/sbin"
var_append makeinstopt " " "PREFIX=$root/$prefix INSTALL_LIB=$root/lib INSTALL_DIR=$root/sbin"
wireless_tools_postmake()
{

Loading…
Cancel
Save