[vlc-commits] contrib: keep the gettext shared files
Sean McGovern
git at videolan.org
Sat Oct 31 18:49:52 CET 2015
vlc | branch: master | Sean McGovern <gseanmcg at gmail.com> | Thu Oct 29 17:56:48 2015 -0400| [ebe334327a6fb1662ac2fb17fbdfe51eed7c1e7e] | committer: Jean-Baptiste Kempf
contrib: keep the gettext shared files
autopoint needs the files in share/gettext.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ebe334327a6fb1662ac2fb17fbdfe51eed7c1e7e
---
contrib/src/main.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index 238ea42..b591c3b 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -412,7 +412,7 @@ package: install
cp -R $(PREFIX) tmp/
# remove useless files
cd tmp/$(notdir $(PREFIX)); \
- cd share; rm -Rf man doc gtk-doc info lua projectM gettext; cd ..; \
+ cd share; rm -Rf man doc gtk-doc info lua projectM; cd ..; \
rm -Rf man sbin etc lib/lua lib/sidplay
cd tmp/$(notdir $(PREFIX)) && $(abspath $(SRC))/change_prefix.sh $(PREFIX) @@CONTRIB_PREFIX@@
(cd tmp && tar c $(notdir $(PREFIX))/) | bzip2 -c > ../vlc-contrib-$(HOST)-$(DATE).tar.bz2
More information about the vlc-commits
mailing list