[vlc-commits] contrib: lua: strip luac
Rémi Denis-Courmont
git at videolan.org
Sun Aug 7 22:33:53 CEST 2016
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Aug 7 23:28:23 2016 +0300| [638d77f10d9bb8554725f09fc7f89aa4a6a5ea4b] | committer: Rémi Denis-Courmont
contrib: lua: strip luac
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=638d77f10d9bb8554725f09fc7f89aa4a6a5ea4b
---
contrib/src/lua/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/lua/rules.mak b/contrib/src/lua/rules.mak
index 8c5336d..1524132 100644
--- a/contrib/src/lua/rules.mak
+++ b/contrib/src/lua/rules.mak
@@ -96,5 +96,5 @@ luac: lua-$(LUA_VERSION).tar.gz .sum-luac
.luac: luac
cd $< && $(MAKE) generic
mkdir -p -- $(BUILDBINDIR)
- cp -fv -- $</src/luac $(BUILDBINDIR)/$(HOST)-luac
+ install -m 0755 -s -- $</src/luac $(BUILDBINDIR)/$(HOST)-luac
touch $@
More information about the vlc-commits
mailing list