Include the bin directory so we can still build
This commit is contained in:
parent
1478171d2a
commit
6432fc4cd8
2
dist/maketarball.sh.in
vendored
2
dist/maketarball.sh.in
vendored
@ -11,7 +11,7 @@ echo "Creating $name-$version.tar.gz..."
|
||||
tar -czf $name-$version.tar.gz "$root" \
|
||||
--transform "s,^$rootnoslash,$name-$version," \
|
||||
--exclude-vcs \
|
||||
--exclude "$root/bin" \
|
||||
--exclude "$root/bin/*" \
|
||||
--exclude "$root/debian" \
|
||||
--exclude "$root/dist/*.tar.gz"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user