5bba1ec7dd
* fix PREFIX substitution * regen patches
13 lines
483 B
Plaintext
13 lines
483 B
Plaintext
$OpenBSD: patch-anlgform_pl,v 1.3 2007/05/30 22:33:11 naddy Exp $
|
|
--- anlgform.pl.orig Sun Dec 19 06:51:22 2004
|
|
+++ anlgform.pl Wed May 30 16:26:18 2007
|
|
@@ -52,6 +52,8 @@ $lt = localtime;
|
|
$progname = $0 || 'anlgform.pl';
|
|
if (($^O =~ /win32/i || $^O =~ /^win/i) && Win32::GetShortPathName($analog)) {
|
|
$analog = Win32::GetShortPathName($analog);
|
|
+} else {
|
|
+ $analog = "@PREFIX@/bin/analog";
|
|
}
|
|
|
|
# coerce query keys to caps in a new (key, pointer to array) hash called args
|