summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2019-06-07 17:24:41 +0200
committergregor herrmann <gregoa@debian.org>2019-06-07 17:24:41 +0200
commit013da0032212e2e9556841153e5072f7fcb8d234 (patch)
treebb21e267754c4cfd25347da297c6c83986a71e36
parent4f3f8a05a8ed21fe1803ff83653289ad79af689d (diff)
debian/*: replace ADTTMP with AUTOPKGTEST_TMP.
-rw-r--r--debian/patches/autopkgtest.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/autopkgtest.patch b/debian/patches/autopkgtest.patch
index 421df8e..7bdab74 100644
--- a/debian/patches/autopkgtest.patch
+++ b/debian/patches/autopkgtest.patch
@@ -11,7 +11,7 @@ Last-Update: 2015-10-30
my $truth;
-my $script = "./blib/script/translit";
-+my $bindir = $ENV{ADTTMP} ? '/usr/bin' : './blib/script';
++my $bindir = $ENV{AUTOPKGTEST_TMP} ? '/usr/bin' : './blib/script';
+my $script = "$bindir/translit";