From: florian Date: Fri, 18 May 2007 09:49:05 +0000 (+0000) Subject: Remove uneeded sed replacement X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=da8e925a4ff08d9b41a3a8401b2ead51ccfb4b37;p=packages.git Remove uneeded sed replacement git-svn-id: svn://svn.openwrt.org/openwrt/packages@7272 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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