[uClibc-cvs] svn commit: trunk/buildroot/package/xorg

andersen at uclibc.org andersen at uclibc.org
Fri Jul 15 07:07:44 UTC 2005


Author: andersen
Date: 2005-07-15 01:07:44 -0600 (Fri, 15 Jul 2005)
New Revision: 10830

Log:
Install xorg modules correctly


Modified:
   trunk/buildroot/package/xorg/xorg.mk


Changeset:
Modified: trunk/buildroot/package/xorg/xorg.mk
===================================================================
--- trunk/buildroot/package/xorg/xorg.mk	2005-07-14 23:34:47 UTC (rev 10829)
+++ trunk/buildroot/package/xorg/xorg.mk	2005-07-15 07:07:44 UTC (rev 10830)
@@ -75,7 +75,7 @@
 	cp -f $(XORG_DIR)/programs/xinit/xinit $(XORG_BINX)
 	chmod a+x $(XORG_BINX)/startx $(XORG_BINX)/xauth $(XORG_BINX)/xinit
 	mkdir -p $(XORG_LIBX)/modules
-	cp -dRf $(XORG_DIR)/exports/lib/modules/ $(XORG_LIBX)/modules/
+	cp -LRf $(XORG_DIR)/exports/lib/modules/ $(XORG_LIBX)/
 	( cd $(XORG_DIR)/fonts ; $(MAKE) DESTDIR=$(TARGET_DIR) install XCURSORGEN=xcursorgen MKFONTSCALE=mkfontscale )
 	#( cd $(XORG_DIR) ; $(MAKE) DESTDIR=$(TARGET_DIR) install XCURSORGEN=xcursorgen MKFONTSCALE=mkfontscale )
 	(cd $(TARGET_DIR)/usr/bin; ln -snf $(TARGET_BINX) X11)




More information about the uClibc-cvs mailing list