aboutsummaryrefslogtreecommitdiffstats
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
commit1f00b02bb46d67c4b696e2594e0b1c97e6701f7b (patch)
tree631b3a560100c6e909c8e77f181175d4c662cb14
parent37708504ccbf81bfa34e1ec526575c0dabdbaf8f (diff)
downloadmaster-187ad058-1f00b02bb46d67c4b696e2594e0b1c97e6701f7b.tar.gz
master-187ad058-1f00b02bb46d67c4b696e2594e0b1c97e6701f7b.tar.bz2
master-187ad058-1f00b02bb46d67c4b696e2594e0b1c97e6701f7b.zip
remove unneeded line
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12321 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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/