Commit ebe33432 authored by Sean McGovern's avatar Sean McGovern Committed by Jean-Baptiste Kempf

contrib: keep the gettext shared files

autopoint needs the files in share/gettext.
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent e6e6275a
...@@ -412,7 +412,7 @@ package: install ...@@ -412,7 +412,7 @@ package: install
cp -R $(PREFIX) tmp/ cp -R $(PREFIX) tmp/
# remove useless files # remove useless files
cd tmp/$(notdir $(PREFIX)); \ 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 rm -Rf man sbin etc lib/lua lib/sidplay
cd tmp/$(notdir $(PREFIX)) && $(abspath $(SRC))/change_prefix.sh $(PREFIX) @@CONTRIB_PREFIX@@ 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 (cd tmp && tar c $(notdir $(PREFIX))/) | bzip2 -c > ../vlc-contrib-$(HOST)-$(DATE).tar.bz2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment