diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2013-03-22 22:33:40 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2013-03-22 22:33:40 +0100 |
commit | 8f151d797b015b7d1070151e75d56587a7f3652f (patch) | |
tree | 2f16206b5d203ed56cf5ddd24fc9603cfdec7d0e /debian/roll-tarballs.sh | |
parent | 258902bec76cc4828ab7453df7406957ce93048a (diff) | |
download | nx-libs-8f151d797b015b7d1070151e75d56587a7f3652f.tar.gz nx-libs-8f151d797b015b7d1070151e75d56587a7f3652f.tar.bz2 nx-libs-8f151d797b015b7d1070151e75d56587a7f3652f.zip |
Work-in patch from Jan Engehardt for working around different improper bash implementations of string-in-string replacing. (Fixes: #145).
Diffstat (limited to 'debian/roll-tarballs.sh')
-rwxr-xr-x | debian/roll-tarballs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/roll-tarballs.sh b/debian/roll-tarballs.sh index b43de4b88..57b3aad49 100755 --- a/debian/roll-tarballs.sh +++ b/debian/roll-tarballs.sh @@ -120,6 +120,7 @@ mv -v debian/changelog doc/changelog # copy the top-level makefile if no quilt patch created it before test -f Makefile || test -f debian/Makefile.nx-libs && cp -v debian/Makefile.nx-libs Makefile +test -f replace.sh || test -f debian/Makefile.replace.sh && cp -v debian/Makefile.replace.sh replace.sh # remove folders that we do not want to roll into the tarball rm -Rf ".pc/" |