CVS: moonbase/zbeta/e17-cvs POST_INSTALL,1.1,1.2

niki at lunar-linux.org niki at lunar-linux.org
Sat Oct 4 16:04:00 GMT 2003


Update of /var/cvs/lunar/moonbase/zbeta/e17-cvs
In directory dbguin.lunar-linux.org:/tmp/cvs-serv7420

Modified Files:
	POST_INSTALL 
Log Message:
Fixed the path to the e17 libs


Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/e17-cvs/POST_INSTALL,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- POST_INSTALL	3 Oct 2003 23:47:52 -0000	1.1
+++ POST_INSTALL	4 Oct 2003 16:03:58 -0000	1.2
@@ -1,4 +1,4 @@
-if ! grep -q "/opt/lunar/enlightenment" /etc/ld.so.conf; then
- echo /opt/lunar/enlightenment >> /etc/ld.so.conf
+if ! grep -q "/opt/lunar/enlightenment/lib" /etc/ld.so.conf; then
+ echo /opt/lunar/enlightenment/lib >> /etc/ld.so.conf
 fi 
    




More information about the Lunar-commits mailing list