From 66f743ea7191233892dc21c29c22c4f2764fde6c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20B=C3=BCsch?= Date: Mon, 4 Jan 2010 21:20:44 +0000 Subject: [PATCH] libsdl_{mixer,sound}: Fix copying of libraries to the rootfs SVN-Revision: 19038 --- libs/libsdl_mixer/Makefile | 2 +- libs/libsdl_sound/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libsdl_mixer/Makefile b/libs/libsdl_mixer/Makefile index 97f1621c70..cc28b51c13 100644 --- a/libs/libsdl_mixer/Makefile +++ b/libs/libsdl_mixer/Makefile @@ -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)) diff --git a/libs/libsdl_sound/Makefile b/libs/libsdl_sound/Makefile index 7efe489dec..2d1953758d 100644 --- a/libs/libsdl_sound/Makefile +++ b/libs/libsdl_sound/Makefile @@ -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)) -- 2.30.2