Fixed a wildcard

This commit is contained in:
Corey Quinn 2011-12-27 04:59:44 -08:00
parent c974b0f5c8
commit 6a48404458

2
debian/rules vendored
View File

@ -11,5 +11,5 @@ override_dh_installinit:
get-orig-source:
git clone https://github.com/saltstack/salt.git
mv salt salt-0.9.5
tar -zcvf --exclude=debian/ --exclude=.git salt_0.9.5.orig.tar.gz salt-0.9.5
tar -zcvf --exclude="debian/*" --exclude=.git salt_0.9.5.orig.tar.gz salt-0.9.5
mv salt_0.9.5.orig.tar.gz ../