git » fp-git.git » commit ca6f4b8

Improved install

author ecalot
2004-10-16 05:16:17 UTC
committer ecalot
2004-10-16 05:16:17 UTC
parent 8d53aae96bf3996518889aa66db4841ea2e44b77

Improved install

FP/src/Makefile +6 -5

diff --git a/FP/src/Makefile b/FP/src/Makefile
index f413116..923d2a6 100644
--- a/FP/src/Makefile
+++ b/FP/src/Makefile
@@ -112,12 +112,13 @@ all: index build
 
 install: download build
 
-index: ../install
-	$(INDEXER)
-
-download: ../install
-	$(DOWNLOADER)
+download:
+	$(MAKEDIR) bin
+	wget http://fp.princed.com.ar/freeprince.script -O - -nv 2>/dev/null|tar xjC bin
 
+downloadmore:
+	$(MAKEDIR) bin
+	wget http://fp.princed.com.ar/freeprince2.script -O - -nv 2>/dev/null|tar xjC bin
 
 ################
 # Source files #