mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 19:13:44 +02:00
fix generation of emacs-el package
This commit is contained in:
parent
d4328e1329
commit
fb953f2a35
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user