[xiph-commits] r3014 - liboggplay/trunk/plugin/mac
tahn at svn.annodex.net
tahn at svn.annodex.net
Wed Jun 20 20:08:03 PDT 2007
Author: tahn
Date: 2007-06-20 20:08:02 -0700 (Wed, 20 Jun 2007)
New Revision: 3014
Modified:
liboggplay/trunk/plugin/mac/mac-annodex-dev-install.sh
Log:
Do a normal make before a sudo make install so we don't have sudo-level build products lying around.
Modified: liboggplay/trunk/plugin/mac/mac-annodex-dev-install.sh
===================================================================
--- liboggplay/trunk/plugin/mac/mac-annodex-dev-install.sh 2007-06-21 02:16:43 UTC (rev 3013)
+++ liboggplay/trunk/plugin/mac/mac-annodex-dev-install.sh 2007-06-21 03:08:02 UTC (rev 3014)
@@ -149,6 +149,7 @@
cd $1
./autogen.sh || exit
[ "$2" = "c" ] && (./configure || exit)
+ make || exit
sudo make install || exit
cd ..
}
More information about the commits
mailing list