From: Felix Fietkau Date: Sun, 30 Sep 2007 21:29:55 +0000 (+0000) Subject: fix path to the snapshot packages (snapshot build/upload needs to be fixed as well) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=c03682443c32a72e9ed3e04b1b9d3841fb8df3b6 fix path to the snapshot packages (snapshot build/upload needs to be fixed as well) SVN-Revision: 9083 --- diff --git a/package/base-files/Makefile b/package/base-files/Makefile index f5bf1adce7..3e83c01d93 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -139,7 +139,7 @@ define Package/base-files$(TARGET)/install fi \ ) $(SED) 's,$$$$R,r$(REV),g' $(1)/etc/banner - $(SED) 's,$$$$S,$(BOARD)-$(KERNEL),g' -e 's,$$$$A,$(ARCH),g' $(1)/etc/ipkg.conf + $(SED) 's,$$$$S,$(BOARD),g' -e 's,$$$$A,$(ARCH),g' $(1)/etc/ipkg.conf mkdir -p $(1)/dev mkdir -p $(1)/etc/crontabs mkdir -p $(1)/jffs