[Lunar-commits] r18846 - moonbase/trunk/zbeta/x11/x11-proto/xproto
    Samuel Verstraete 
    elangelo at lunar-linux.org
       
    Thu Feb 23 20:35:28 UTC 2006
    
    
  
Author: elangelo
Date: 2006-02-23 20:35:26 +0000 (Thu, 23 Feb 2006)
New Revision: 18846
Modified:
   moonbase/trunk/zbeta/x11/x11-proto/xproto/POST_INSTALL
Log:
well this one doesn't work either but the bash experts can solve it... or they have to explain me what it does... and no i'm not rereading man bash... it was too boring ;^P
gr,S.
Modified: moonbase/trunk/zbeta/x11/x11-proto/xproto/POST_INSTALL
===================================================================
--- moonbase/trunk/zbeta/x11/x11-proto/xproto/POST_INSTALL	2006-02-23 20:29:42 UTC (rev 18845)
+++ moonbase/trunk/zbeta/x11/x11-proto/xproto/POST_INSTALL	2006-02-23 20:35:26 UTC (rev 18846)
@@ -11,3 +11,8 @@
   ln -s /usr/X11 /usr/X11R7
 fi
 
+#if [ -h /usr/include/X11 -a $(readlink -f /usr/include/X11) == ${X11R7_PREFIX/include/X11:-/usr/X11R7/include/X11} ]; then
+if [ -h /usr/include/X11 -a $(readlink -f /usr/include/X11) == /usr/X11R7/include/X11} ]; then
+  ln -s /usr/include/X11 /usr/X11R7/include/X11
+fi
+
    
    
More information about the Lunar-commits
mailing list