[xiph-commits] r15593 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Mon Dec 29 22:58:03 PST 2008


Author: j
Date: 2008-12-29 22:58:01 -0800 (Mon, 29 Dec 2008)
New Revision: 15593

Modified:
   trunk/ffmpeg2theora/Makefile
Log:
add PREFIX to make install

Modified: trunk/ffmpeg2theora/Makefile
===================================================================
--- trunk/ffmpeg2theora/Makefile	2008-12-18 10:08:33 UTC (rev 15592)
+++ trunk/ffmpeg2theora/Makefile	2008-12-30 06:58:01 UTC (rev 15593)
@@ -5,7 +5,7 @@
 	scons -c
 
 install:
-	scons install
+	scons install $(PREFIX)
 
 dist:
 	bzr export ffmpeg2theora-`grep pkg_version= SConstruct | cut -d\" -f2`.tar.bz2



More information about the commits mailing list