summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2008-08-16 16:46:11 +0000
committerTravis Kemen <thepeople@openwrt.org>2008-08-16 16:46:11 +0000
commita15a10c85adbfe2a4d5ce0985cbe6ca9cc28f9b7 (patch)
treeeafc18e4b74295ede2065c2b9ba3c0fa4e705083
parent0b2111d1fb7111fb63d3e1b77e0a2464c72b2f7b (diff)
downloadmaster-31e0f0ae-a15a10c85adbfe2a4d5ce0985cbe6ca9cc28f9b7.tar.gz
master-31e0f0ae-a15a10c85adbfe2a4d5ce0985cbe6ca9cc28f9b7.tar.bz2
master-31e0f0ae-a15a10c85adbfe2a4d5ce0985cbe6ca9cc28f9b7.zip
remove unneeded line
SVN-Revision: 12321
-rw-r--r--package/opkg/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/opkg/Makefile b/package/opkg/Makefile
index 67de0bcb6d..26ae4d2ea1 100644
--- a/package/opkg/Makefile
+++ b/package/opkg/Makefile
@@ -68,7 +68,6 @@ define Package/opkg/install
$(INSTALL_DIR) $(1)/etc
$(INSTALL_DATA) ./files/opkg.conf $(1)/etc/
$(SED) 's,$$$$S,$(BOARD),g' -e 's,$$$$A,$(ARCH),g' $(1)/etc/opkg.conf
- $(SED) 's,$$$$S,$(BOARD),g' $(1)/etc/opkg.conf
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/opkg-cl $(1)/bin/opkg
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libopkg.so.* $(1)/usr/lib/