diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-07 21:12:57 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-07 21:12:57 +0000 |
| commit | 858f01dedbb681c8e62c9dae4d7c3174991844bf (patch) | |
| tree | efe86d519ff4965373b1a2fe1f59b30e14d73d7e /deb-build.sh | |
| parent | 44404eb5063bd5f040c7a4d8605aa3d43e3a968a (diff) | |
-podpora teleportov
-podpora rur
git-svn-id: http://opensvn.csie.org/tuxanci_ng@9 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'deb-build.sh')
| -rwxr-xr-x | deb-build.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deb-build.sh b/deb-build.sh index 6b889e6..91787f3 100755 --- a/deb-build.sh +++ b/deb-build.sh @@ -6,8 +6,10 @@ mkdir deb/DEBIAN mkdir deb/usr mkdir deb/usr/bin mkdir deb/usr/share +mkdir deb/usr/share/applications cp control deb/DEBIAN/ +cp tuxanci-ng.desktop deb/usr/share/applications cd deb @@ -20,4 +22,4 @@ md5sum `find ./ -type f | awk '/.\// { print substr($0, 3) }'` > DEBIAN/md5sums cd .. rm -rf *.deb -dpkg -b ./deb tuxanci-ng_i386.deb +dpkg -b ./deb tuxanci-ng_svn8-1_i386.deb |