diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-08 20:19:05 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-08 20:19:05 +0000 |
| commit | da85e88878251f6a980fef95bd47109169a3cf7c (patch) | |
| tree | 83b8b61c4afad0f6ccbb7940176a03f3ad4d2dc5 /deb-build.sh | |
| parent | f8bc51b580a5b9a8445f38b614a87209c074143a (diff) | |
- hra si vytvara domovskt adresar
- moznost ulozit konfiguraciu
- lasserove streli boli lepsie posunute
git-svn-id: http://opensvn.csie.org/tuxanci_ng@12 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'deb-build.sh')
| -rwxr-xr-x | deb-build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deb-build.sh b/deb-build.sh index 91787f3..16f3da2 100755 --- a/deb-build.sh +++ b/deb-build.sh @@ -1,3 +1,4 @@ +#!/bin/sh rm -rf deb @@ -22,4 +23,4 @@ md5sum `find ./ -type f | awk '/.\// { print substr($0, 3) }'` > DEBIAN/md5sums cd .. rm -rf *.deb -dpkg -b ./deb tuxanci-ng_svn8-1_i386.deb +dpkg -b ./deb tuxanci-ng_svn11-1_i386.deb |