fix dpkg for new classes layout

master
Andrew Dolgov 13 years ago
parent 09862b986b
commit 512538fdb2

@ -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/

@ -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

Loading…
Cancel
Save