diff options
Diffstat (limited to 'deb-build.sh')
| -rwxr-xr-x | deb-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deb-build.sh b/deb-build.sh index 16f3da2..5e8f0d3 100755 --- a/deb-build.sh +++ b/deb-build.sh @@ -23,4 +23,4 @@ md5sum `find ./ -type f | awk '/.\// { print substr($0, 3) }'` > DEBIAN/md5sums cd .. rm -rf *.deb -dpkg -b ./deb tuxanci-ng_svn11-1_i386.deb +dpkg -b ./deb tuxanci-ng_svn13-1_i386.deb |