summaryrefslogtreecommitdiff
path: root/x11-servers/Xatm/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'x11-servers/Xatm/files/patch-ab')
-rw-r--r--x11-servers/Xatm/files/patch-ab25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-servers/Xatm/files/patch-ab b/x11-servers/Xatm/files/patch-ab
new file mode 100644
index 000000000000..395fc91f82b0
--- /dev/null
+++ b/x11-servers/Xatm/files/patch-ab
@@ -0,0 +1,25 @@
+--- Imakefile.orig Sun Oct 31 09:42:32 1999
++++ Imakefile Sun Oct 31 09:43:58 1999
+@@ -19,18 +19,18 @@
+
+ xfs-atm:: ./programs/xfs/xfs-atm
+ rm -f $@
+- cp $< $@
++ cp ./programs/xfs/xfs-atm $@
+
+ config.sample:: ./programs/xfs/config
+ rm -f $@
+- cp $< $@
++ cp ./programs/xfs/config $@
+
+ fonts.cap.sample:: ./lib/font/Xatm/fonts.cap.sample
+ rm -f $@
+- cp $< $@
++ cp ./lib/font/Xatm/fonts.cap.sample $@
+ fonts.dir.sample:: ./lib/font/Xatm/fonts.dir.sample
+ rm -f $@
+- cp $< $@
++ cp ./lib/font/Xatm/fonts.dir.sample $@
+
+ clean::
+ rm -f $(XATM_TARGET)