mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
20 lines
398 B
Plaintext
20 lines
398 B
Plaintext
$NetBSD: patch-ab,v 1.3 2012/06/16 04:00:54 dholland Exp $
|
|
|
|
- don't use csh (no reason to)
|
|
- provide correct paths
|
|
|
|
--- xpns.orig Tue Apr 8 11:27:14 1997
|
|
+++ xpns Tue Apr 8 11:29:05 1997
|
|
@@ -1,6 +1,8 @@
|
|
-#!/bin/tcsh
|
|
-setenv XAPPLRESDIR $PWD/
|
|
-pns
|
|
+#!/bin/sh
|
|
+# Note pns will dump core if environment is not correct
|
|
+XAPPLRESDIR=@PREFIX@/lib/xpns/
|
|
+export XAPPLRESDIR
|
|
+@PREFIX@/lib/xpns/pns
|
|
|
|
|
|
|