From 88554263e3ffc463e218178c467b2b9b85aa3b40 Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Fri, 8 Sep 2000 17:02:20 +0000 Subject: [PATCH] Small change to make testing easier --- scripts/dpkg-divert.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dpkg-divert.pl b/scripts/dpkg-divert.pl index 782d2054..e7b78ebe 100755 --- a/scripts/dpkg-divert.pl +++ b/scripts/dpkg-divert.pl @@ -5,7 +5,7 @@ sub ENOENT { 2; } # Sorry about this, but the errno-part of POSIX.pm isn't in perl-*-base $version= '1.0.11'; # This line modified by Makefile -$admindir= "."; # This line modified by Makefile +$admindir= "/var/lib/dpkg"; # This line modified by Makefile sub showversion { print("Debian GNU/Linux dpkg-divert $version.\n") || &quit("failed to write version: $!"); -- 2.39.5