summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-14 14:10:07 +0400
committerAndrew Dolgov <[email protected]>2011-12-14 14:11:59 +0400
commit512538fdb2794f2c4742b8c90fe0336db2d80a00 (patch)
tree4bfe0c449b45bf421b500232baad24a596e6c6f2 /utils
parent09862b986bfa55afd2845ba90e27bd271de59915 (diff)
fix dpkg for new classes layout
Diffstat (limited to 'utils')
-rwxr-xr-xutils/create-release-deb.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/utils/create-release-deb.sh b/utils/create-release-deb.sh
index 500b36133..cb8746df2 100755
--- a/utils/create-release-deb.sh
+++ b/utils/create-release-deb.sh
@@ -14,8 +14,10 @@ debuild -i -us -uc -b -aamd64
cd ..
-reprepro -b /var/www/apt include unstable tt-rss*_i386.changes
-reprepro -b /var/www/apt include unstable tt-rss*_amd64.changes
+if [! -z "$DEPLOY_DEBS" ]; then
+ reprepro -b /var/www/apt include unstable tt-rss*_i386.changes
+ reprepro -b /var/www/apt include unstable tt-rss*_amd64.changes
+fi
#cd ..
#rm -rf dpkg-tmp