]> granicus.if.org Git - pdns/commitdiff
small script to build the recursor
authorBert Hubert <bert.hubert@netherlabs.nl>
Sat, 7 Jun 2008 19:35:15 +0000 (19:35 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sat, 7 Jun 2008 19:35:15 +0000 (19:35 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1184 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/build-recursor [new file with mode: 0755]

diff --git a/pdns/build-recursor b/pdns/build-recursor
new file mode 100755 (executable)
index 0000000..ca8ebff
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+cd pdns-recursor-$1
+dh_make -e bert.hubert@netherlabs.nl -b  -f ../pdns-recursor-$1.tar.bz2  < /dev/null
+fakeroot debian/rules binary
+fakeroot rpmbuild -bb ../pdns-recursor.spec
\ No newline at end of file