summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/Dpkg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Dpkg.pm b/scripts/Dpkg.pm
index 0d171c080..7f06b15e6 100644
--- a/scripts/Dpkg.pm
+++ b/scripts/Dpkg.pm
@@ -107,7 +107,7 @@ our $PROGPATCH = $ENV{DPKG_PROGPATCH} // 'patch';
our $CONFDIR = '/etc/dpkg';
our $ADMINDIR = '/var/lib/dpkg';
our $LIBDIR = '.';
-our $DATADIR = '..';
+our $DATADIR = '../data';
$DATADIR = $ENV{DPKG_DATADIR} if defined $ENV{DPKG_DATADIR};