From da8e925a4ff08d9b41a3a8401b2ead51ccfb4b37 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 18 May 2007 09:49:05 +0000 Subject: [PATCH] Remove uneeded sed replacement git-svn-id: svn://svn.openwrt.org/openwrt/packages@7272 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/neon/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/neon/Makefile b/libs/neon/Makefile index ed452c271..7c9baf512 100644 --- a/libs/neon/Makefile +++ b/libs/neon/Makefile @@ -61,7 +61,6 @@ define Build/InstallDev $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/neon.pc $(STAGING_DIR)/usr/lib/pkgconfig/ $(SED) "s,\=\/usr,\=$(STAGING_DIR)/usr," $(STAGING_DIR)/usr/bin/neon-config $(SED) "s,"libdir\=\'/usr/lib\'",libdir='$(STAGING_DIR)/usr/lib\'," $(STAGING_DIR)/usr/lib/libneon.la - $(SED) "s,"libdir\=\'/usr/lib\'",libdir='$(STAGING_DIR)/usr/lib\'," $(STAGING_DIR)/usr/lib/libneon.lav $(SED) "s,"prefix\=/usr",prefix=$(STAGING_DIR)/usr," $(STAGING_DIR)/usr/lib/pkgconfig/neon.pc $(SED) "s,"exec_prefix\=/usr",exec_prefix=$(STAGING_DIR)/usr," $(STAGING_DIR)/usr/lib/pkgconfig/neon.pc endef -- 2.11.0