changeset 1:ed130acab5f1

Changed install default location to ~/lib/prolog/propr
author samer
date Thu, 26 Jan 2012 13:06:21 +0000
parents b31415b4a196
children 2c8a10d9e3cb
files Makefile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Jan 20 16:58:52 2012 +0000
+++ b/Makefile	Thu Jan 26 13:06:21 2012 +0000
@@ -39,5 +39,6 @@
 	strip -x $@
 
 install: main 
+	install -d $(INSTALL_PL_TO)/propr
 	install $(INSTALL_FLAGS) $(TARGET) $(INSTALL_LIB_TO)
-	install $(INSTALL_FLAGS) -m 644 crp.pl $(INSTALL_PL_TO)
+	install $(INSTALL_FLAGS) -m 644 crp.pl $(INSTALL_PL_TO)/propr