1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-01 02:52:01 +03:00

OpenWrt does not allow us to install to target '/var' directory. skip it.

This commit is contained in:
David Kühling 2010-12-18 21:01:50 +01:00
parent 617083b537
commit 0bbedb642b

View File

@ -172,7 +172,7 @@ define Package/emacs-data/install
--exclude "schema" \
--exclude "NEWS*" \
--exclude "ja-dic" \
usr/share var) \
usr/share) \
| (cd $(1)/ && tar -xvf -)
endef