]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/ebtables/ebtables-2.0.6/installcreatedirs.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / ebtables / ebtables-2.0.6 / installcreatedirs.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- ebtables-v2.0.6/Makefile~installcreatedirs  2004-06-03 13:34:17.000000000 -0500
7 +++ ebtables-v2.0.6/Makefile    2004-06-03 13:35:21.000000000 -0500
8 @@ -47,14 +47,17 @@
9  
10  $(MANDIR)/man8/ebtables.8: ebtables.8
11         mkdir -p $(@D)
12 +       install -d $(MANDIR)/man8
13         install -m 0644 $(INSTALLOWN) $< $@
14  
15  $(ETHERTYPESFILE): ethertypes
16         mkdir -p $(@D)
17 +       install -d $(ETHERTYPESPATH)
18         install -m 0644 $(INSTALLOWN) $< $@
19  
20  .PHONY: exec
21  exec: ebtables
22 +       install -d $(BINPATH)
23         install -m 0755 $(INSTALLOWN) $< $(BINFILE)
24  
25  .PHONY: install