diff options
author | Boris Nagaev <bnagaev@gmail.com> | 2015-12-01 20:59:04 (GMT) |
---|---|---|
committer | Boris Nagaev <bnagaev@gmail.com> | 2015-12-06 02:38:23 (GMT) |
commit | 5c58492295fbb15c416612f4d21d96c578b09596 (patch) | |
tree | 4ef75c0c22a689d3ce4a9c97068e83ac7f754149 /plugins/luarocks | |
parent | c7885483fda44a5db7232fa0e0382d17b61f1d38 (diff) | |
download | mxe-5c58492295fbb15c416612f4d21d96c578b09596.zip mxe-5c58492295fbb15c416612f4d21d96c578b09596.tar.gz mxe-5c58492295fbb15c416612f4d21d96c578b09596.tar.bz2 |
move lua_SHORTVER from luarocks.mk to lua.mk
See #1017
Diffstat (limited to 'plugins/luarocks')
-rw-r--r-- | plugins/luarocks/luarocks.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/luarocks/luarocks.mk b/plugins/luarocks/luarocks.mk index f5fa23e..254e303 100644 --- a/plugins/luarocks/luarocks.mk +++ b/plugins/luarocks/luarocks.mk @@ -10,8 +10,6 @@ $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz $(PKG)_URL := https://keplerproject.github.io/luarocks/releases/$($(PKG)_FILE) $(PKG)_DEPS := gcc lua -lua_SHORTVER := $(call SHORT_PKG_VERSION,lua) - define $(PKG)_UPDATE $(WGET) -q -O- 'https://keplerproject.github.io/luarocks/releases/' | \ $(SED) -n 's,.*luarocks-\([0-9][^>]*\)\.tar.*,\1,p' | \ |