aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/sapphire/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/sapphire/files/patch-aa')
-rw-r--r--x11-wm/sapphire/files/patch-aa54
1 files changed, 54 insertions, 0 deletions
diff --git a/x11-wm/sapphire/files/patch-aa b/x11-wm/sapphire/files/patch-aa
new file mode 100644
index 000000000000..7fb82408f93b
--- /dev/null
+++ b/x11-wm/sapphire/files/patch-aa
@@ -0,0 +1,54 @@
+--- sapphire.inst.orig Sun Feb 13 14:27:43 2000
++++ sapphire.inst Thu Feb 17 22:35:52 2000
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!/bin/sh
+ #
+ # Sapphire 0.14.0
+ #
+@@ -9,6 +9,7 @@
+ # 13 Feb 2000 at 12:27am
+ # frankhale@yahoo.com
+ #
++DATADIR = %%PREFIX%%/share/sapphire
+ if [ -d ~/.sapphire ]
+ then
+ echo "~/.sapphire directory exists, deleting it now.";
+@@ -33,15 +34,15 @@
+
+ echo "created directory ~/.sapphire/menu";
+
+- cp data/themes/* ~/.sapphire/themes
++ cp $DATADIR/themes/* ~/.sapphire/themes
+
+ echo "copied themes";
+
+- cp data/wmconfig/* ~/.sapphire/wmconfig
++ cp $DATADIR/wmconfig/* ~/.sapphire/wmconfig
+
+ echo "copied wmconfig";
+
+- cp data/menu/* ~/.sapphire/menu
++ cp $DATADIR/menu/* ~/.sapphire/menu
+
+ echo "copied menu";
+
+@@ -65,15 +66,15 @@
+
+ echo "created directory ~/.sapphire/menu";
+
+- cp data/themes/* ~/.sapphire/themes
++ cp $DATADIR/themes/* ~/.sapphire/themes
+
+ echo "copied themes";
+
+- cp data/wmconfig/* ~/.sapphire/wmconfig
++ cp $DATADIR/wmconfig/* ~/.sapphire/wmconfig
+
+ echo "copied wmconfig";
+
+- cp data/menu/* ~/.sapphire/menu
++ cp $DATADIR/menu/* ~/.sapphire/menu
+
+ echo "copied menu";
+