[Abtlinux-svn] SF.net SVN: abtlinux: [210] src/trunk/abtConfig.rb
Status: Alpha
Brought to you by:
eschabell
From: <esc...@us...> - 2006-11-18 19:15:21
|
Revision: 210 http://svn.sourceforge.net/abtlinux/?rev=210&view=rev Author: eschabell Date: 2006-11-18 11:15:21 -0800 (Sat, 18 Nov 2006) Log Message: ----------- Added needed global build location. Modified Paths: -------------- src/trunk/abtConfig.rb Modified: src/trunk/abtConfig.rb =================================================================== --- src/trunk/abtConfig.rb 2006-11-18 19:14:41 UTC (rev 209) +++ src/trunk/abtConfig.rb 2006-11-18 19:15:21 UTC (rev 210) @@ -26,6 +26,7 @@ ## $PACKAGE_PATH = "./packages/" $SOURCES_REPOSITORY = "/var/spool/abt/sources" +$BUILD_LOCATION = "/usr/src" $ABTNEWS = "http://abtlinux.org/e107_plugins/rss_menu/rss.php?1.2" $ABTNEWS_THREADS = "http://abtlinux.org/e107_plugins/rss_menu/rss.php?6.2" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |