diff options
author | Tobias Markmann <tm@ayena.de> | 2016-08-15 09:08:26 (GMT) |
---|---|---|
committer | Tobias Markmann <tm@ayena.de> | 2016-08-15 11:08:42 (GMT) |
commit | 8d6d46759f507b227defe2b418066be3a43e8658 (patch) | |
tree | a2a3cd28aee2c349806491b5481128b75e79a95b /Swift/Packaging/Debian | |
parent | b7cf1297b44bf245321a060fa8e71cbae5b5c1e8 (diff) | |
download | swift-8d6d46759f507b227defe2b418066be3a43e8658.zip swift-8d6d46759f507b227defe2b418066be3a43e8658.tar.bz2 |
Remove DocBook fonts and commit-msg Git hook for debian packages
Test-Information:
Tested that package.sh generates .deb packages on Debian 8.
Change-Id: I6a75cb186c00f6c8f19a7dbfc34e1d8d153fa57f
Diffstat (limited to 'Swift/Packaging/Debian')
-rwxr-xr-x | Swift/Packaging/Debian/package.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/Packaging/Debian/package.sh b/Swift/Packaging/Debian/package.sh index dee5346..62dfff0 100755 --- a/Swift/Packaging/Debian/package.sh +++ b/Swift/Packaging/Debian/package.sh @@ -57,6 +57,8 @@ else find $DIRNAME/3rdParty -depth -empty -type d -exec rmdir {} \; rm -rf $DIRNAME/3rdParty/SCons rm -rf $DIRNAME/Swift/Packaging/Debian + rm -rf $DIRNAME/BuildTools/DocBook/Fonts + rm -rf $DIRNAME/BuildTools/Git/Hooks/commit-msg # Initialize the build version echo $VERSION > $DIRNAME/VERSION.swift |