[xiph-commits] r15762 - trunk/ffmpeg2theora
j at svn.xiph.org
j at svn.xiph.org
Fri Mar 13 07:00:01 PDT 2009
Author: j
Date: 2009-03-13 07:00:01 -0700 (Fri, 13 Mar 2009)
New Revision: 15762
Modified:
trunk/ffmpeg2theora/Makefile
Log:
use svn to create create tarball
Modified: trunk/ffmpeg2theora/Makefile
===================================================================
--- trunk/ffmpeg2theora/Makefile 2009-03-13 13:55:08 UTC (rev 15761)
+++ trunk/ffmpeg2theora/Makefile 2009-03-13 14:00:01 UTC (rev 15762)
@@ -8,4 +8,6 @@
scons install $(PREFIX)
dist:
- bzr export ffmpeg2theora-`grep pkg_version= SConstruct | cut -d\" -f2`.tar.bz2
+ svn export . ffmpeg2theora-`grep pkg_version= SConstruct | cut -d\" -f2`
+ tar cjf ffmpeg2theora-`grep pkg_version= SConstruct | cut -d\" -f2`.tar.bz2 ffmpeg2theora-`grep pkg_version= SConstruct | cut -d\" -f2`
+ rm -r ffmpeg2theora-`grep pkg_version= SConstruct | cut -d\" -f2`
More information about the commits
mailing list