From: Bert Hubert Date: Sat, 7 Jun 2008 19:35:15 +0000 (+0000) Subject: small script to build the recursor X-Git-Tag: rec-3.1.7.1~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c277031255698c1c6ab535634961f1dbba4e094;p=thirdparty%2Fpdns.git small script to build the recursor git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1184 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/build-recursor b/pdns/build-recursor new file mode 100755 index 0000000000..ca8ebffb9f --- /dev/null +++ b/pdns/build-recursor @@ -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