summaryrefslogtreecommitdiffstats
path: root/installFedora.sh
diff options
context:
space:
mode:
Diffstat (limited to 'installFedora.sh')
-rwxr-xr-xinstallFedora.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/installFedora.sh b/installFedora.sh
deleted file mode 100755
index 1022797..0000000
--- a/installFedora.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-make -f Makefile.cvs
-
-[ ! -f Makefile ] || make clean
-export kde_htmldir=/usr/share/doc/tde/HTML
-./configure --prefix=/usr
-
-make
-make install