Mercurial > dnsbl
diff package @ 113:a893afee4b80 stable-5-11
move to autoconf/automake/docbook
author | carl |
---|---|
date | Tue, 20 Dec 2005 17:35:16 -0800 |
parents | 96b2eb7f25f5 |
children | aa07452e641b |
line wrap: on
line diff
--- a/package Sun Dec 18 16:56:38 2005 -0800 +++ b/package Tue Dec 20 17:35:16 2005 -0800 @@ -11,18 +11,18 @@ make -f *cvs ./configure >/dev/null (cd xml; make; make distclean) -# cp -a html/*html $web +cp -a html/*html $web make distcheck >$distlog 2>&1 if [ $? -eq 0 ]; then if [ -f $BALL ]; then # expand locally to see the tarball rm -rf junk - ## mkdir junk - ## cd junk - ## tar xfz ../$BALL - ## cd $NAME-$VER - ## ./configure >/dev/null - ## make >/dev/null + mkdir junk + cd junk + tar xfz ../$BALL + cd $NAME-$VER + ./configure >/dev/null + make >/dev/null ## make install >/dev/null ## if [ -f /etc/rc.d/init.d/$NAME ]; then ## /etc/rc.d/init.d/$NAME stop @@ -32,8 +32,8 @@ ## chkconfig $NAME on ## /etc/rc.d/init.d/$NAME start ## fi - ## cd .. - ## cd .. + cd .. + cd .. # build rpm on target target=host62