298afaa624
directly. Fixes the build on DragonFly.
12 lines
321 B
Text
12 lines
321 B
Text
$NetBSD: patch-ac,v 1.2 2007/12/29 21:29:55 joerg Exp $
|
|
|
|
--- install.sh.orig 2002-04-09 12:32:33.000000000 -0400
|
|
+++ install.sh
|
|
@@ -1,6 +1,6 @@
|
|
#!/bin/sh
|
|
|
|
-output=`perl Makefile.PL 2>&1`;
|
|
+output=`perl Makefile.PL INSTALLDIRS=vendor 2>&1`;
|
|
if [ $? != 0 ]; then
|
|
echo "Command: [perl Makefile.PL]"
|
|
echo "$output";
|