pkgsrc/comms/fidogate/patches/patch-aj
abs c7ad5c4afa You are in a maze of twisty little Makefiles, all with short install targets
Somewhat more than 11 rooms later... PKG_DESTDIR_SUPPORT
2009-12-18 01:09:23 +00:00

13 lines
495 B
Text

$NetBSD: patch-aj,v 1.6 2009/12/18 01:09:23 abs Exp $
--- src/toss/rununpack.pl.orig 1999-05-15 20:54:44.000000000 +0000
+++ src/toss/rununpack.pl
@@ -31,7 +31,7 @@ my %arc_l;
my %arc_x;
# Archiver programs configuration
# %X is replaced with settings from toss.conf
-@arc_bindirs = ( "/bin", "/usr/bin", "/usr/local/bin", "%N");
+@arc_bindirs = split(/:/, $ENV{'PATH'});
# %a is replaced with archive file name
$arc_l{"ARJ"} = "unarj l %a";
$arc_x{"ARJ"} = "unarj e %a";