summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh31
1 files changed, 0 insertions, 31 deletions
diff --git a/build.sh b/build.sh
deleted file mode 100755
index 02ceac4..0000000
--- a/build.sh
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/bin/bash
-
-mv config.h zal_config.h
-
-rm -rf deb myusr tuxanci-ng_svn*_i386.deb
-rm -rf tuxanci_ng-i386-bin tuxanci_ng-i386-bin tuxanci_ng-i386-bin.tar.bz2
-rm -rf tuxanci_ng tuxanci_ng.tar tuxanci_ng.tar.bz2
-
-make clean
-mv current_config.h config.h
-make
-mv config.h current_config.h
-./tarballbin-build.sh
-
-make clean
-./tarball-build.sh
-
-make clean
-mv path_config.h config.h
-make
-
-rm -rf myusr
-mkdir myusr
-mkdir myusr/bin
-mkdir myusr/share
-
-make install DESTDIR=./myusr/
-mv config.h path_config.h
-./deb-build.sh
-
-mv zal_config.h config.h \ No newline at end of file