13 lines
454 B
Plaintext
13 lines
454 B
Plaintext
$OpenBSD: patch-minstall_sh,v 1.1 2001/11/05 17:52:49 naddy Exp $
|
|
--- minstall.sh.orig Mon Nov 5 16:33:30 2001
|
|
+++ minstall.sh Mon Nov 5 16:34:02 2001
|
|
@@ -18,7 +18,7 @@ suffix=`echo "$END_FILE" | sed -e 's/^[^
|
|
NEW_FILE=temp$$
|
|
|
|
sed -e 's/__vendorversion__/"X Window System"/' \
|
|
- -e s@__apploaddir__@/usr/lib/X11/app-defaults@ \
|
|
+ -e s@__apploaddir__@${TRUEPREFIX}/lib/X11/app-defaults@ \
|
|
-e s/__miscmansuffix__/$suffix/ \
|
|
$OLD_FILE >$NEW_FILE
|
|
|