]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pdns-recursor/patches/pdns-recursor-fixmakefile.patch
Move all packages to root.
[people/ms/ipfire-3.x.git] / pdns-recursor / patches / pdns-recursor-fixmakefile.patch
1 diff -up pdns-recursor-3.2-rc2/Makefile.orig pdns-recursor-3.2-rc2/Makefile
2 --- pdns-recursor-3.2-rc2/Makefile.orig 2010-03-01 16:52:23.000000000 +0100
3 +++ pdns-recursor-3.2-rc2/Makefile 2010-03-01 16:53:10.000000000 +0100
4 @@ -71,15 +71,12 @@ basic_checks:
5 install: all
6 -mkdir -p $(DESTDIR)/$(SBINDIR)
7 mv pdns_recursor $(DESTDIR)/$(SBINDIR)
8 - strip $(DESTDIR)/$(SBINDIR)/pdns_recursor
9 mkdir -p $(DESTDIR)/$(BINDIR)
10 mv rec_control $(DESTDIR)/$(BINDIR)
11 - strip $(DESTDIR)/$(BINDIR)/rec_control
12 -mkdir -p $(DESTDIR)/$(CONFIGDIR)
13 $(DESTDIR)/$(SBINDIR)/pdns_recursor --config > $(DESTDIR)/$(CONFIGDIR)/recursor.conf-dist
14 -mkdir -p $(DESTDIR)/usr/share/man/man1
15 cp pdns_recursor.1 rec_control.1 $(DESTDIR)/usr/share/man/man1
16 - $(OS_SPECIFIC_INSTALL)
17
18 clean: binclean
19 -rm -f dep *~ *.gcda *.gcno optional/*.gcda optional/*.gcno