From 24bd671fcbeda98d9ade49c24c69df60aacf2c42 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 25 Nov 2005 14:08:17 +0000 Subject: Fix mistake in dir names --- Makefile.PL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 34b0432a..5f4f5087 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -81,9 +81,9 @@ installconfigfiles: installstatedir: install -d \$(LOCALSTATEDIR)/urpmi - install -d \$(LOCALSTATEDIR)/urpmi/partial - install -d \$(LOCALSTATEDIR)/urpmi/headers - install -d \$(LOCALSTATEDIR)/urpmi/rpms + install -d \$(DESTDIR)/var/cache/urpmi/partial + install -d \$(DESTDIR)/var/cache/urpmi/headers + install -d \$(DESTDIR)/var/cache/urpmi/rpms installgurpmi2: pure_install ln -s -f consolehelper \$(DESTINSTALLSCRIPT)/gurpmi2 @@ -132,7 +132,7 @@ WriteMakefile( }, EXE_FILES => [ @bin_scripts, @sbin_scripts ], PMLIBDIRS => [ qw(urpm) ], - DIR => $with_po ? [ 'po' ] : undef, + $with_po ? (DIR => [ 'po' ]) : (), MAN1PODS => { map { my $targ = $_; -- cgit v1.2.1