[netfilter-cvslog] r7502 - trunk/iptables

kaber at trash.net kaber at trash.net
Mon Apr 21 14:27:08 CEST 2008


Author: kaber at trash.net
Date: 2008-04-21 14:27:08 +0200 (Mon, 21 Apr 2008)
New Revision: 7502

Modified:
   trunk/iptables/Makefile.am
Log:
[PATCH 1] Makefile.am: use PACKAGE_TARNAME


Modified: trunk/iptables/Makefile.am
===================================================================
--- trunk/iptables/Makefile.am	2008-04-21 12:24:24 UTC (rev 7501)
+++ trunk/iptables/Makefile.am	2008-04-21 12:27:08 UTC (rev 7502)
@@ -97,8 +97,8 @@
 
 .PHONY: tarball
 tarball:
-	rm -Rf /tmp/xtables-${PACKAGE_VERSION};
-	pushd ${top_srcdir} && git-archive --prefix=xtables-${PACKAGE_VERSION}/ HEAD | tar -C /tmp -x && popd;
-	pushd /tmp/xtables-${PACKAGE_VERSION} && ./autogen.sh && popd;
-	tar -C /tmp -cjf xtables-${PACKAGE_VERSION}.tar.bz2 --owner=root --group=root xtables-${PACKAGE_VERSION}/;
-	rm -Rf /tmp/xtables-${PACKAGE_VERSION};
+	rm -Rf /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION};
+	pushd ${top_srcdir} && git-archive --prefix=${PACKAGE_TARNAME}-${PACKAGE_VERSION}/ HEAD | tar -C /tmp -x && popd;
+	pushd /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION} && ./autogen.sh && popd;
+	tar -C /tmp -cjf ${PACKAGE_TARNAME}-${PACKAGE_VERSION}.tar.bz2 --owner=root --group=root ${PACKAGE_TARNAME}-${PACKAGE_VERSION}/;
+	rm -Rf /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION};




More information about the netfilter-cvslog mailing list