summaryrefslogtreecommitdiff
path: root/package/cdrtools/patches/patch-conf_oarch_sh
diff options
context:
space:
mode:
Diffstat (limited to 'package/cdrtools/patches/patch-conf_oarch_sh')
-rw-r--r--package/cdrtools/patches/patch-conf_oarch_sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/cdrtools/patches/patch-conf_oarch_sh b/package/cdrtools/patches/patch-conf_oarch_sh
deleted file mode 100644
index e5b1c2ca5..000000000
--- a/package/cdrtools/patches/patch-conf_oarch_sh
+++ /dev/null
@@ -1,11 +0,0 @@
---- cdrtools-3.01.orig/conf/oarch.sh 2009-10-31 21:03:00.000000000 +0100
-+++ cdrtools-3.01/conf/oarch.sh 2012-03-03 16:41:00.000000000 +0100
-@@ -92,7 +92,7 @@ if [ ."${XM_ARCH}" = . ]; then
- M_ARCH="${K_ARCH}"
- fi
-
--OSNAME=`uname -s | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ, /\\()"' 'abcdefghijklmnopqrstuvwxyz,//////' | tr ',/' ',\-'`
-+OSNAME=linux
- OSHOST=`uname -n | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ, /\\()"' 'abcdefghijklmnopqrstuvwxyz,//////' | tr ',/' ',\-'`
- OSREL=`uname -r | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ, /\\()"' 'abcdefghijklmnopqrstuvwxyz,//////' | tr ',/' ',\-'`
- OSVERS=`uname -v | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ, /\\()"' 'abcdefghijklmnopqrstuvwxyz,//////' | tr ',/' ',\-'`