]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/tmdns/tmdns-20030116/install-init.d.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / tmdns / tmdns-20030116 / install-init.d.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- tmdns/init.d/Makefile.am~install-init.d
7 +++ tmdns/init.d/Makefile.am
8 @@ -23,6 +23,7 @@
9  install:
10         if [ -f initscript ] ;\
11         then \
12 -         install -m 755 initscript $(DESTDIR)$(INIT_DIR)/tmdns ;\
13 +         install -d $(DESTDIR)$(INIT_DIR); \
14 +         install -m 755 initscript $(DESTDIR)$(INIT_DIR)/tmdns; \
15         fi
16  
17 --- tmdns/init.d/Makefile.in~install-init.d
18 +++ tmdns/init.d/Makefile.in
19 @@ -274,7 +274,8 @@
20  install:
21         if [ -f initscript ] ;\
22         then \
23 -         install -m 755 initscript $(DESTDIR)$(INIT_DIR)/tmdns ;\
24 +         install -d $(DESTDIR)$(INIT_DIR); \
25 +         install -m 755 initscript $(DESTDIR)$(INIT_DIR)/tmdns; \
26         fi
27  # Tell versions [3.59,3.63) of GNU make to not export all variables.
28  # Otherwise a system limit (for SysV at least) may be exceeded.