mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 12:54:04 +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
|
||||
$(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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user