From 42f5cf229efa2b20c642c7c0d7a2f3cd98b9a890 Mon Sep 17 00:00:00 2001 From: oroborus Date: Mon, 17 Mar 2008 22:19:43 +0000 Subject: - dopisane scripty git-svn-id: http://opensvn.csie.org/tuxanci_ng@25 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- deb-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deb-build.sh') 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 -- cgit v1.2.3