Skip to content

Commit

Permalink
Item341: change TWIKI_LIBS to FOSWIKI_LIBS to make sure everythnig bu…
Browse files Browse the repository at this point in the history
…ilds

git-svn-id: http://svn.foswiki.org/trunk/ExampleHeaderArtContrib@1065 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
CrawfordCurrie authored and CrawfordCurrie committed Nov 29, 2008
1 parent 1ec07f5 commit 990f12e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/TWiki/Contrib/ExampleHeaderArtContrib/build.pl
Expand Up @@ -8,7 +8,7 @@
# details of how the build process works, and what files you
# have to provide and where.
#
# Requires the environment variable TWIKI_LIBS (a colon-separated path
# Requires the environment variable FOSWIKI_LIBS (a colon-separated path
# list) to be set to point at the build system and any required dependencies.
# Usage: ./build.pl [-n] [-v] [target]
# where [target] is the optional build target (build, test,
Expand All @@ -19,7 +19,7 @@
#

# Standard preamble
BEGIN { unshift @INC, split( /:/, $ENV{TWIKI_LIBS} ) }
BEGIN { unshift @INC, split( /:/, $ENV{FOSWIKI_LIBS} ) }

use TWiki::Contrib::Build;

Expand Down

0 comments on commit 990f12e

Please sign in to comment.