Commit 44b413e9 authored by Gildas Bazin's avatar Gildas Bazin

Makefile.am: email address obfuscation for text files included in the win32...

Makefile.am: email address obfuscation for text files included in the win32 package (Patch courtesy of Johan Bilien)
parent 3edf1aed
......@@ -584,7 +584,7 @@ package-win32-base:
$(UPX) -9 "$(srcdir)/vlc-${VERSION}/vlc$(EXEEXT)"; fi ;
for file in AUTHORS MAINTAINERS THANKS NEWS COPYING README ; \
do cp "$(srcdir)/$$file" "$(srcdir)/vlc-${VERSION}/$${file}.txt" ; \
do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(srcdir)/vlc-${VERSION}/$${file}.txt" ; \
unix2dos "$(srcdir)/vlc-${VERSION}/$${file}.txt" ; done
mkdir -p "$(srcdir)/vlc-${VERSION}/plugins"
......
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