Commit 8b5a3699 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: exclude .svn files from tarballs

parent caeb778a
......@@ -735,7 +735,7 @@ endif
ifdef SVN
tremor-source: tremor
tar cfvz tremor-$(DATE).tar.gz tremor
tar cv --exclude=.svn tremor | bzip2 > tremor-$(DATE).tar.bz2
SOURCE += tremor-source
endif
......@@ -1082,7 +1082,7 @@ endif
ifdef SVN
ffmpeg-source: ffmpeg
tar cfvz ffmpeg-$(DATE).tar.gz ffmpeg
tar cv --exclude=.svn ffmpeg | bzip2 > ffmpeg-$(DATE).tar.bz2
SOURCE += ffmpeg-source
endif
......@@ -1114,7 +1114,7 @@ endif
ifdef SVN
libdvdcss-source: libdvdcss
tar cfvz libdvdcss-$(DATE).tar.gz libdvdcss
tar cv --exclude=.svn libdvdcss | bzip2 > libdvdcss-$(DATE).tar.bz2
SOURCE += libdvdcss-source
endif
......
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