summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite-1.4.2-fedora-tcsh.patch
diff options
context:
space:
mode:
Diffstat (limited to 'phoronix-test-suite-1.4.2-fedora-tcsh.patch')
-rw-r--r--phoronix-test-suite-1.4.2-fedora-tcsh.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/phoronix-test-suite-1.4.2-fedora-tcsh.patch b/phoronix-test-suite-1.4.2-fedora-tcsh.patch
new file mode 100644
index 0000000..560ca7b
--- /dev/null
+++ b/phoronix-test-suite-1.4.2-fedora-tcsh.patch
@@ -0,0 +1,25 @@
+From 1e34810553e04ea59d1ac8d21d4a500caed25fdd Mon Sep 17 00:00:00 2001
+From: Hans Ulrich Niedermann <hun@n-dimensional.de>
+Date: Thu, 8 Jan 2009 13:20:35 +0100
+Subject: [PATCH] Fix erroneous location of tcsh on Fedora
+
+---
+ pts/distro-xml/fedora-packages.xml | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/pts/distro-xml/fedora-packages.xml b/pts/distro-xml/fedora-packages.xml
+index 1b4331e..f224df6 100644
+--- a/pts/distro-xml/fedora-packages.xml
++++ b/pts/distro-xml/fedora-packages.xml
+@@ -18,7 +18,7 @@
+ <Package>
+ <GenericName>csh</GenericName>
+ <PackageName>tcsh</PackageName>
+- <FileCheck>/usr/bin/tcsh</FileCheck>
++ <FileCheck>/bin/tcsh</FileCheck>
+ </Package>
+ <Package>
+ <GenericName>libpng-development</GenericName>
+--
+1.6.0.3
+