libsdl_{mixer,sound}: Fix copying of libraries to the rootfs
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 4 Jan 2010 21:20:44 +0000 (21:20 +0000)
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 4 Jan 2010 21:20:44 +0000 (21:20 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19038 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/libsdl_mixer/Makefile
libs/libsdl_sound/Makefile

index 97f1621..cc28b51 100644 (file)
@@ -60,7 +60,7 @@ endef
 
 define Package/libsdl-mixer/install
        $(INSTALL_DIR) $(1)/usr/lib
-       $(CP) $(PKG_INSTALL_DIR)/usr/lib/libSDL_mixer*.so.* $(1)/usr/lib/
+       $(CP) $(PKG_INSTALL_DIR)/usr/lib/libSDL_mixer*.so* $(1)/usr/lib/
 endef
 
 $(eval $(call BuildPackage,libsdl-mixer))
index 7efe489..2d19537 100644 (file)
@@ -58,7 +58,7 @@ endef
 
 define Package/libsdl-sound/install
        $(INSTALL_DIR) $(1)/usr/lib
-       $(CP) $(PKG_INSTALL_DIR)/usr/lib/libSDL_sound*.so.* $(1)/usr/lib/
+       $(CP) $(PKG_INSTALL_DIR)/usr/lib/libSDL_sound*.so* $(1)/usr/lib/
 endef
 
 $(eval $(call BuildPackage,libsdl-sound))