[Dev OpenGP] [130] Makefile |
[ Thread Index |
Date Index
| More opengp.tuxfamily.org/development Archives
]
Revision: 130
Author: alband85
Date: 2009-03-27 03:29:23 +0100 (Fri, 27 Mar 2009)
Log Message:
-----------
Makefile
Modified Paths:
--------------
trunk/Makefile
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2009-03-27 02:07:35 UTC (rev 129)
+++ trunk/Makefile 2009-03-27 02:29:23 UTC (rev 130)
@@ -22,7 +22,7 @@
install: install-libs install-daemon
install-libs:
- @if [ ! -f $(PYTHON_LIB)/ogp ]; then \
+ @if [ ! -d $(PYTHON_LIB)/ogp ]; then \
mkdir $(PYTHON_LIB)/ogp;\
fi
@cd $(OGPLIB);\