]> git.pld-linux.org Git - packages/kernel.git/blob - linux-wlan-ng-Makefile.patch
- take from suse kernel-source-2.6.22.5-31.src.rpm -> patches.fixes.tar.bz2 -> patche...
[packages/kernel.git] / linux-wlan-ng-Makefile.patch
1 --- linux-wlan-ng-0.2.7/src/Makefile.orig       2006-07-22 16:49:36.000000000 +0200
2 +++ linux-wlan-ng-0.2.7/src/Makefile    2007-01-19 01:04:13.000000000 +0100
3 @@ -44,7 +44,7 @@
4  
5  -include ../config.mk
6  
7 -DIRS=mkmeta shared wlanctl nwepgen wlancfg p80211 prism2
8 +DIRS=mkmeta shared wlanctl nwepgen wlancfg prism2
9  
10  ifneq ($(wildcard *.addon),) 
11  DIRS+=`cat *.addon`
12 --- linux-wlan-ng-0.2.7/src/prism2/Makefile.orig        2005-11-02 15:13:30.000000000 +0100
13 +++ linux-wlan-ng-0.2.7/src/prism2/Makefile     2007-01-19 01:08:11.000000000 +0100
14 @@ -44,7 +44,7 @@
15  
16  -include ../../config.mk
17  
18 -DIRS=driver ridlist download
19 +DIRS=ridlist download
20  
21  ifneq ($(wildcard *.addon),) 
22  DIRS+=`cat *.addon`
23 --- linux-wlan-ng-0.2.7/man/Makefile.orig       2005-01-26 23:01:07.000000000 +0100
24 +++ linux-wlan-ng-0.2.7/man/Makefile    2007-01-19 01:15:33.000000000 +0100
25 @@ -48,8 +48,8 @@
26         @echo "Nothing to do..."
27  
28  install:
29 -       mkdir -p $(TARGET_ROOT_ON_HOST)/usr/local/man/man1
30 -       cp *.1  $(TARGET_ROOT_ON_HOST)/usr/local/man/man1
31 +       mkdir -p $(TARGET_ROOT_ON_HOST)/usr/share/man/man1
32 +       cp *.1  $(TARGET_ROOT_ON_HOST)/usr/share/man/man1
33  
34  clean:
35         rm -f core core.* *.o .*.o *.s *.a .depend tmp_make *~ tags
This page took 0.027294 seconds and 3 git commands to generate.