fix rules file, perhaps

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/tags/postfixadmin-2.3.5@1338 a1433add-5e2c-0410-b055-b7f2511e0802
David Goodwin 14 years ago
parent 1f05f674d7
commit 907c1b88d7

2
debian/rules vendored

@ -21,7 +21,7 @@ build-stamp: $(QUILT_STAMPFN)
# Create a needed tar.gz file to build a non-nativ .dpkg
prep:
rm -f ../postfixadmin_*orig.tar.gz
cd ..; tar --exclude-vcs --exclude=*.svn* --exclude=postfixadmin/debian --exclude=postfixadmin/.pc -czf postfixadmin_${DEBVERSION}.orig.tar.gz postfixadmin-2.3
cd ..; tar --exclude-vcs --exclude=*.svn* --exclude=postfixadmin/debian --exclude=postfixadmin/.pc -czf postfixadmin_${DEBVERSION}.orig.tar.gz postfixadmin-${DEBVERSION}
# Call this target to build a shiny new .dpkg file.
build-package:

Loading…
Cancel
Save