diff options
author | wsnipex <wsnipex@a1.net> | 2014-10-10 12:13:27 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2014-10-19 21:35:01 +0200 |
commit | 8e7686c8f74dec910af253055f9e3e5f99437d9c (patch) | |
tree | f52d2dc067aceed53fd5ed20927d90ef073eb300 | |
parent | 3b8f8a877e8882582dece90ea79f84201725f9f1 (diff) |
[rebrand/linux] fix mk-debian-package.sh to use new app name
-rwxr-xr-x | tools/Linux/packaging/mk-debian-package.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Linux/packaging/mk-debian-package.sh b/tools/Linux/packaging/mk-debian-package.sh index 9a39dfc1c0..4bdab82629 100755 --- a/tools/Linux/packaging/mk-debian-package.sh +++ b/tools/Linux/packaging/mk-debian-package.sh @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright (C) 2013 Team XBMC -# http://xbmc.org +# http://kodi.tv # # This Program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -99,7 +99,7 @@ function archiveRepo { cd $REPO_DIR || exit 1 git clean -xfd echo $REV > VERSION - DEST="xbmc-${RELEASEV}~git$(date '+%Y%m%d.%H%M')-${TAG}" + DEST="kodi-${RELEASEV}~git$(date '+%Y%m%d.%H%M')-${TAG}" [[ -d debian ]] && rm -rf debian cd .. tar -czf ${DEST}.tar.gz -h --exclude .git $(basename $REPO_DIR) |