aboutsummaryrefslogtreecommitdiff
path: root/x11/aterm/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'x11/aterm/files/patch-af')
-rw-r--r--x11/aterm/files/patch-af11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/aterm/files/patch-af b/x11/aterm/files/patch-af
deleted file mode 100644
index b48f6a3dd961..000000000000
--- a/x11/aterm/files/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
---- scripts/random_colors.orig Tue May 16 03:10:57 2000
-+++ scripts/random_colors Mon Apr 16 11:27:07 2001
-@@ -6,7 +6,7 @@
- # folks like it - so here it is
-
- CLRCODE=`expr $RANDOM % 6`
--ATRMPATH=$DESTDIR/usr/local/bin
-+ATRMPATH=$DESTDIR/usr/X11R6/bin
-
- { [ "$CLRCODE" -eq "0" ] && CLRNAME="-tint blue -fg yellow -bg black" } ||
- { [ "$CLRCODE" -eq "1" ] && CLRNAME="-tint red -fg white -bg black" } ||