libsdl_{mixer,sound}: Fix copying of libraries to the rootfs
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19038 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c9c2e4b2d8
commit
361f7232b3
@ -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))
|
||||
|
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user