fix generation of emacs-el package

This commit is contained in:
David Kühling
2010-12-12 15:00:24 +01:00
parent d4328e1329
commit fb953f2a35
+1 -1
View File
@@ -139,7 +139,7 @@ endef
define Package/emacs-el/install
$(INSTALL_DIR) $(1)/usr
(cd $(PKG_INSTALL_DIR)/usr && find share --name "*.el.gz" | tar -cf - -T -) \
(cd $(PKG_INSTALL_DIR)/usr && find share -name "*.el.gz" | tar -cf - -T -) \
| (cd $(1)/usr && tar -xvf -)
endef