diff options
author | Oliver Poignant <oliver@poignant.se> | 2016-05-29 10:39:53 +0200 |
---|---|---|
committer | Oliver Poignant <oliver@poignant.se> | 2016-05-29 10:39:53 +0200 |
commit | b2f95fa7a1f12ea4b8029320db4c7458a9a32feb (patch) | |
tree | 2258bb6d704d19e0a8bd7a043781bfa4f4ae214e /platforms/debian/scripts/create-debian-package.sh | |
parent | 110be3c3ea3d34c5cd686061f9dda7e69222e536 (diff) | |
parent | 84e99d89e75b4c2e5e5e8678a15adb9d391daa44 (diff) | |
download | Git-Auto-Deploy-b2f95fa7a1f12ea4b8029320db4c7458a9a32feb.zip Git-Auto-Deploy-b2f95fa7a1f12ea4b8029320db4c7458a9a32feb.tar.gz Git-Auto-Deploy-b2f95fa7a1f12ea4b8029320db4c7458a9a32feb.tar.bz2 |
Merge branch 'master' into development
Diffstat (limited to 'platforms/debian/scripts/create-debian-package.sh')
-rwxr-xr-x | platforms/debian/scripts/create-debian-package.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/platforms/debian/scripts/create-debian-package.sh b/platforms/debian/scripts/create-debian-package.sh index d103416..86a9daa 100755 --- a/platforms/debian/scripts/create-debian-package.sh +++ b/platforms/debian/scripts/create-debian-package.sh @@ -1,8 +1,13 @@ #!/usr/bin/env bash # +# DEPRECATED: Use make instead +# # This script compiles a binary Debian package (.deb) # +echo "DEPRECATED: Use make instead" +exit + # Get current path ORIGINAL_CWD=`pwd -P` |