Skip to content

Commit

Permalink
reset confdir to original value
Browse files Browse the repository at this point in the history
  • Loading branch information
jianingy committed Mar 21, 2013
1 parent 0d6175a commit e770d3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/lib/Seco/Multipkg.pm
Expand Up @@ -12,7 +12,7 @@ BEGIN {
__PACKAGE__->_accessors(
startdir => undef,
directory => undef,
confdir => '/home/jianingy/devel/multipkg/root/usr/share/multipkg',
confdir => '__MULTIPKG_CONFIG_DIR__',
info => undef,
cleanup => 0,
cwd => undef,
Expand Down Expand Up @@ -1122,7 +1122,7 @@ use constant MULTIPKG_VERSION => '__MULTIPKG_BUILD_VERSION__';
BEGIN {
__PACKAGE__->_accessors(
directory => undef,
confdir => '/home/jianingy/devel/multipkg/root/usr/share/multipkg',
confdir => '__MULTIPKG_CONFIG_DIR__',
scripts => undef,
platform => undef,
overrides => {},
Expand Down

0 comments on commit e770d3e

Please sign in to comment.