Skip to content

Commit

Permalink
Item694: need to add to ensure our funky Assert gets loaded before th…
Browse files Browse the repository at this point in the history
…e _REAL_ CPAN Assert

git-svn-id: http://svn.foswiki.org/trunk@1909 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Jan 10, 2009
1 parent 2f33d81 commit d52cc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tools/pkg/debian/rules
Expand Up @@ -107,7 +107,7 @@ install: build

perl -pi~ -e 's|^(.foswikiLibPath).*|\1 = \"/etc/foswiki\";|;' debian/foswiki/usr/lib/cgi-bin/foswiki/LocalLib.cfg
#enable /var/lib/foswiki/lib as an extra lib dir for plugin installers (configure, fosiki extras and unziping)
perl -pi~ -e 's|^# (.localPerlLibPath).*|\1 = \"/var/lib/foswiki/lib\";|;' debian/foswiki/usr/lib/cgi-bin/foswiki/LocalLib.cfg
perl -pi~ -e 's|^# (.localPerlLibPath).*|\1 = \"/var/lib/foswiki/lib\";\n\$$CPANBASE = 1;|;' debian/foswiki/usr/lib/cgi-bin/foswiki/LocalLib.cfg
rm debian/foswiki/usr/lib/cgi-bin/foswiki/LocalLib.cfg~

chmod -R 644 debian/foswiki/etc/foswiki/*
Expand Down

0 comments on commit d52cc2a

Please sign in to comment.