From 5ac9852b2f10d3e6e56b9d4c2f070bd5a1a03cac Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 18 Dec 2009 16:33:11 +0000 Subject: [PATCH] libshout: fix typo introduced in r18824 SVN-Revision: 18829 --- libs/libshout/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2