mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-29 09:40:02 +01:00
Exclude directory file.
This commit is contained in:
parent
8d5abef57a
commit
7908772651
1
dist/maketarball.sh.in
vendored
1
dist/maketarball.sh.in
vendored
@ -15,6 +15,7 @@ tar -cJf $name-$version.tar.xz \
|
||||
--exclude "$root/dist/*.tar" \
|
||||
--exclude "$root/dist/*.tar.*" \
|
||||
--exclude "$root/CMakeLists.txt.user" \
|
||||
--exclude ".directory" \
|
||||
"$root"
|
||||
|
||||
echo "Also creating ${name}_${version}~${deb_dist}.orig.tar.xz..."
|
||||
|
Loading…
Reference in New Issue
Block a user