summaryrefslogtreecommitdiff
path: root/comms/fidogate/patches/patch-ad
blob: e0dd10c6b3f23b931300d9246b1ac0ad04f2c103 (plain)
1
2
3
4
5
6
7
8
9
--- subst.pl.orig	Sat Sep 28 04:13:51 1996
+++ subst.pl	Thu Jul 16 18:35:06 1998
@@ -41,5 +41,6 @@
 	s/<$s>/$r/g;
     }
 
+    s/\$\{PREFIX\}/$ENV{'PREFIX'}/g;
     print;
 }