[vlc-commits] tools: only call the meson script once upon installation

Steve Lhomme git at videolan.org
Thu Jun 18 13:09:26 CEST 2020


vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Feb 27 11:27:54 2019 +0100| [00a899491f3284cc1b93e2160f2eacf21fcc379a] | committer: Steve Lhomme

tools: only call the meson script once upon installation

(cherry picked from commit ebf0d29d996350eb065713ebe6f247ac7e876f38)
Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=00a899491f3284cc1b93e2160f2eacf21fcc379a
---

 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 ee2180ce63..b078fd0c95 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -376,7 +376,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