mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-17 12:02:48 +01:00
Exclude CMakeLists.txt.user from the source tarball
(cherry picked from commit 24e9c50b62
)
This commit is contained in:
parent
1e3975e91f
commit
34b73123bc
3
dist/maketarball.sh.in
vendored
3
dist/maketarball.sh.in
vendored
@ -14,7 +14,8 @@ tar -czf $name-$version.tar.gz "$root" \
|
||||
--exclude-vcs \
|
||||
--exclude "$root/bin/*" \
|
||||
--exclude "$root/debian" \
|
||||
--exclude "$root/dist/*.tar.gz"
|
||||
--exclude "$root/dist/*.tar.gz" \
|
||||
--exclude "$root/CMakeLists.txt.user"
|
||||
|
||||
echo "Also creating ${name}_${version}~${deb_dist}.orig.tar.gz..."
|
||||
cp "$name-$version.tar.gz" "${name}_${version}~${deb_dist}.orig.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user