mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
fix generation of emacs-el package
This commit is contained in:
@@ -139,7 +139,7 @@ endef
|
|||||||
|
|
||||||
define Package/emacs-el/install
|
define Package/emacs-el/install
|
||||||
$(INSTALL_DIR) $(1)/usr
|
$(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 -)
|
| (cd $(1)/usr && tar -xvf -)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user