13 lines
591 B
Plaintext
13 lines
591 B
Plaintext
$OpenBSD: patch-lib_Plagger_Plugin_pm,v 1.2 2010/10/22 20:28:17 jasper Exp $
|
|
--- lib/Plagger/Plugin.pm.orig Tue Dec 5 08:01:34 2006
|
|
+++ lib/Plagger/Plugin.pm Fri Oct 5 10:15:00 2007
|
|
@@ -111,7 +111,7 @@ sub assets_dir {
|
|
|
|
my $assets_base =
|
|
$context->conf->{assets_path} || # or global:assets_path
|
|
- File::Spec->catfile($FindBin::Bin, "assets"); # or "assets" under plagger script
|
|
+ File::Spec->catfile('${SHAREDIR}', "assets"); # or "assets" under plagger script
|
|
|
|
return File::Spec->catfile(
|
|
$assets_base, "plugins", $self->class_id,
|