[packages/gtk2] do not try to copy over static libs, since they're not going to be...
authorMirko Vogt <[email protected]>
Sat, 4 Dec 2010 22:04:15 +0000 (22:04 +0000)
committerMirko Vogt <[email protected]>
Sat, 4 Dec 2010 22:04:15 +0000 (22:04 +0000)
SVN-Revision: 24252

Xorg/lib/gtk2/Makefile

index d994be7659f40ff60d5b5775dd39e0ba56ebbb46..504fa1c40d1d8b8f98518073dc1fb97f1af02c3e 100644 (file)
@@ -83,7 +83,7 @@ define Build/InstallDev
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/gtk-2.0/include/* $(1)/usr/include/
 
        $(CP) \
-               $(PKG_INSTALL_DIR)/usr/lib/*.{so*,a,la} \
+               $(PKG_INSTALL_DIR)/usr/lib/*.{so*,la} \
                $(1)/usr/lib/
 
        $(INSTALL_DATA) \