aboutsummaryrefslogtreecommitdiffstats
path: root/package/opkg
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2010-02-17 02:34:48 +0000
committerTravis Kemen <thepeople@openwrt.org>2010-02-17 02:34:48 +0000
commitab3d8e077986526c8d1bcb82a1eeae317c49fe6b (patch)
tree7a552fe01975a48891b41aaf2e5489938ce98845 /package/opkg
parent3c5ca326ecd72e78ab6453ed16abd7e105cc6d73 (diff)
downloadupstream-ab3d8e077986526c8d1bcb82a1eeae317c49fe6b.tar.gz
upstream-ab3d8e077986526c8d1bcb82a1eeae317c49fe6b.tar.bz2
upstream-ab3d8e077986526c8d1bcb82a1eeae317c49fe6b.zip
fix opkg.conf
SVN-Revision: 19684
Diffstat (limited to 'package/opkg')
-rw-r--r--package/opkg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/opkg/Makefile b/package/opkg/Makefile
index 243e0b6d3f..6894ae7cb4 100644
--- a/package/opkg/Makefile
+++ b/package/opkg/Makefile
@@ -70,7 +70,7 @@ define Package/opkg/install
$(INSTALL_DIR) $(1)/bin
$(INSTALL_DIR) $(1)/etc
$(INSTALL_DATA) ./files/opkg.conf $(1)/etc/
- $(SED) 's,$$$$S,$(TARGET),g' $(1)/etc/opkg.conf
+ $(SED) 's,$$$$S,$(PKGARCH),g' $(1)/etc/opkg.conf
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/opkg-cl $(1)/bin/opkg
endef