diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-17 22:19:43 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-17 22:19:43 +0000 |
| commit | 42f5cf229efa2b20c642c7c0d7a2f3cd98b9a890 (patch) | |
| tree | 7eb6d3b99cdff9ae13df36af2c27cc5137365fae /deb-build.sh | |
| parent | 437da38a26548714e6e1640722148f0f9f601ccb (diff) | |
- dopisane scripty
git-svn-id: http://opensvn.csie.org/tuxanci_ng@25 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'deb-build.sh')
| -rwxr-xr-x | deb-build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deb-build.sh b/deb-build.sh index e81dca3..f87c7ed 100755 --- a/deb-build.sh +++ b/deb-build.sh @@ -16,8 +16,8 @@ cd deb echo -e "2.0\n" > DEBIAN/debian-binary -cp /usr/bin/tuxanci-ng usr/bin/ -cp -rf /usr/share/tuxanci-ng usr/share/ +cp ../myusr/bin/tuxanci-ng usr/bin/ +cp -rf ../myusr/share/tuxanci-ng usr/share/ md5sum `find ./ -type f | awk '/.\// { print substr($0, 3) }'` > DEBIAN/md5sums |