changeset 707:67aa934958cf draft

SpliceX `make pyinstall*` now `make install`
author d3v11 <d3v11@d3v11.ano>
date Sat, 29 Oct 2011 11:41:38 -0400
parents de6fd9fc14e5
children a26ee55f8c88
files contrib/splicex/README contrib/splicex/src/pymake.in
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/splicex/README	Sat Oct 29 11:37:41 2011 -0400
+++ b/contrib/splicex/README	Sat Oct 29 11:41:38 2011 -0400
@@ -86,12 +86,12 @@
 		SOURCE:
 
 			./configure <python[version]> --no-compile
-			make pyinstall
+			make install
 
 		DEBIAN/UBUNTU:
 
 			./configure <python[version]> --no-compile
-			make pyinstall-deb
+			make install-deb
 
 		UNINSTALL:
 	
--- a/contrib/splicex/src/pymake.in	Sat Oct 29 11:37:41 2011 -0400
+++ b/contrib/splicex/src/pymake.in	Sat Oct 29 11:41:38 2011 -0400
@@ -1,4 +1,4 @@
-pyinstall-deb:
+install-deb:
 	mkdir DEBIAN/splicex
 	mkdir DEBIAN/splicex/DEBIAN
 	mkdir DEBIAN/splicex/usr
@@ -24,7 +24,7 @@
 	dpkg -i DEBIAN/splicex.deb
 	rm -rf DEBIAN/splicex DEBIAN/splicex.deb
 
-pyinstall:
+install:
 	make preinstall
 	mkdir /etc/splicex
 	cp build/splicex.pyx /usr/bin/splicex