1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-20 11:16:36 +02:00

fix dpkg for new classes layout

This commit is contained in:
Andrew Dolgov 2011-12-14 14:10:07 +04:00
parent 09862b986b
commit 512538fdb2
2 changed files with 4 additions and 3 deletions

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

View File

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