summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2011-03-03 15:06:57 +0000
committerAntoine Ginies <aginies@mandriva.com>2011-03-03 15:06:57 +0000
commitbf0624d9258d32f15d6606bbd1390b5a55b34eb3 (patch)
tree45382b006d9bec86beb63a71b6a4384cdbe89af9
parent780203291ec237b799f25da4b6ab44bc14100cd4 (diff)
downloaddrakx-backup-do-not-use-bf0624d9258d32f15d6606bbd1390b5a55b34eb3.tar
drakx-backup-do-not-use-bf0624d9258d32f15d6606bbd1390b5a55b34eb3.tar.gz
drakx-backup-do-not-use-bf0624d9258d32f15d6606bbd1390b5a55b34eb3.tar.bz2
drakx-backup-do-not-use-bf0624d9258d32f15d6606bbd1390b5a55b34eb3.tar.xz
drakx-backup-do-not-use-bf0624d9258d32f15d6606bbd1390b5a55b34eb3.zip
use the one built localy (old path will be restored later)
-rw-r--r--perl-install/c/Makefile.PL3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/c/Makefile.PL b/perl-install/c/Makefile.PL
index 8cb2524c9..43c0d5587 100644
--- a/perl-install/c/Makefile.PL
+++ b/perl-install/c/Makefile.PL
@@ -8,7 +8,8 @@ my $lib = arch() =~ /x86_64/ ? 'lib64' : 'lib';
my $libs = '-lldetect -lparted';
-my $pcmcia_probe_o = "/usr/$lib/drakx-installer-binaries/pcmcia_probe.o";
+#my $pcmcia_probe_o = "/usr/$lib/drakx-installer-binaries/pcmcia_probe.o";
+my $pcmcia_probe_o = "../../mdk-stage1/pcmcia/pcmcia_probe.o";
WriteMakefile(
'NAME' => 'stuff',