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

This commit is contained in:
David Kühling
2010-12-19 11:10:33 +01:00
parent 617083b537
commit 0bbedb642b
+1 -1
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