[vlc-commits] tools: only call the meson script once upon installation
Steve Lhomme
git at videolan.org
Wed Feb 27 13:15:31 CET 2019
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Feb 27 11:27:54 2019 +0100| [ebf0d29d996350eb065713ebe6f247ac7e876f38] | committer: Steve Lhomme
tools: only call the meson script once upon installation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ebf0d29d996350eb065713ebe6f247ac7e876f38
---
extras/tools/tools.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index 63e5e62668..6df88adb3c 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -408,7 +408,7 @@ meson: meson-$(MESON_VERSION).tar.gz
$(MOVE)
.buildmeson: meson
- printf "#!/bin/sh\n\npython3 $(abspath .)/meson/meson.py \"\$$@\"\n" >> $(PREFIX)/bin/meson
+ printf "#!/bin/sh\n\npython3 $(abspath .)/meson/meson.py \"\$$@\"\n" > $(PREFIX)/bin/meson
chmod +x $(PREFIX)/bin/meson
touch $@
More information about the vlc-commits
mailing list