12ebd1daaf
Bricolage is a full-featured, enterprise-class content management system. It offers a browser-based interface for ease-of use, full-fledged templating systems with complete programming language support for flexibility, and many other features. It operates in an Apache/mod_perl environment, and uses the PostgreSQL RDBMS for its repository. WWW: http://www.bricolage.cc/
15 lines
595 B
Plaintext
15 lines
595 B
Plaintext
$OpenBSD: patch-bin_bric_queued,v 1.1.1.1 2006/11/10 17:04:37 sturm Exp $
|
|
--- bin/bric_queued.orig Sun Oct 22 10:34:50 2006
|
|
+++ bin/bric_queued Sun Oct 22 10:35:06 2006
|
|
@@ -96,8 +96,8 @@ use Term::ReadPassword;
|
|
|
|
BEGIN {
|
|
$ENV{BRIC_QUEUED} = 1;
|
|
- # $BRICOLAGE_ROOT defaults to /usr/local/bricolage
|
|
- $ENV{BRICOLAGE_ROOT} ||= "/usr/local/bricolage";
|
|
+ # $BRICOLAGE_ROOT defaults to %%PREFIX%%/share/bricolage
|
|
+ $ENV{BRICOLAGE_ROOT} ||= "%%PREFIX%%/share/bricolage";
|
|
# use $BRICOLAGE_ROOT/lib if exists
|
|
my $lib = catdir($ENV{BRICOLAGE_ROOT}, "lib");
|
|
if (-e $lib) {
|