]> git.wh0rd.org - tt-rss.git/commitdiff
fix dpkg for new classes layout
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 14 Dec 2011 10:10:07 +0000 (14:10 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 14 Dec 2011 10:11:59 +0000 (14:11 +0400)
debian/tt-rss-common.install
utils/create-release-deb.sh

index d4423b5b468b87cc30d21be2d0bac8f4f98d8803..2a841365b97f5d63434968203ae97df71fe3a5cc 100644 (file)
@@ -10,7 +10,6 @@ images usr/share/tt-rss/www/
 lib usr/share/tt-rss/www/
 locale usr/share/tt-rss/www/
 mobile usr/share/tt-rss/www/
-modules usr/share/tt-rss/www/
 templates usr/share/tt-rss/www/
 themes usr/share/tt-rss/www/
 utils usr/share/tt-rss/www/
index 500b36133d12e8edb3daef65e732ecc2d652f6f9..cb8746df2233af24ce43d0199b32bc49b021d08f 100755 (executable)
@@ -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