diff --git a/libs/libshout/Makefile b/libs/libshout/Makefile index 2421e6d37..a3ac2ffae 100644 --- a/libs/libshout/Makefile +++ b/libs/libshout/Makefile @@ -59,7 +59,7 @@ define Build/InstallDev $(CP) $(PKG_INSTALL_DIR)/usr/lib/libshout.{a,so*} $(1)/usr/lib/ $(INSTALL_DIR) $(1)/usr/lib/pkgconfig $(SED) 's|/usr/include|$(STAGING_DIR)/usr/include|' \ - (PKG_INSTALL_DIR)/usr/lib/pkgconfig/shout.pc + $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/shout.pc $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/shout.pc $(1)/usr/lib/pkgconfig/ endef