Debian packaging requires "/skins" due to symbolic links

This commit is contained in:
Xavier Guimard 2010-08-16 16:29:16 +00:00
parent ac0ac04daf
commit 7cf902d9e2
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ my $portal = Lemonldap::NG::Portal::SharedConf->new(
);
my $skin = $portal->{portalSkin};
my $skin_dir = $ENV{DOCUMENT_ROOT} . "skins";
my $skin_dir = $ENV{DOCUMENT_ROOT} . "/skins";
my $portal_url = $portal->{portal};
my $logout_url = "$portal_url?logout=1";

View File

@ -8,7 +8,7 @@ use strict;
my $portal = Lemonldap::NG::Portal::MailReset->new();
my $skin = $portal->{portalSkin};
my $skin_dir = $ENV{DOCUMENT_ROOT} . "skins";
my $skin_dir = $ENV{DOCUMENT_ROOT} . "/skins";
my $portal_url = $portal->{portal};
# Process