summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2019-03-16 11:37:19 +0100
committerRuben Undheim <ruben.undheim@gmail.com>2019-03-16 11:37:19 +0100
commit4b1df85c5cddc397a4a6dd9fb1494110abe60792 (patch)
tree714029e4222cbee5b51047318fece19bd2fe77e6 /debian
parent3b379d8e4e3d870111a87322e7c0bb784786e432 (diff)
More in tcsh patch
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/fix_tcsh_path.patch57
1 files changed, 56 insertions, 1 deletions
diff --git a/debian/patches/fix_tcsh_path.patch b/debian/patches/fix_tcsh_path.patch
index 0f587a8..7bd2e32 100644
--- a/debian/patches/fix_tcsh_path.patch
+++ b/debian/patches/fix_tcsh_path.patch
@@ -6,8 +6,13 @@ Subject: This patch fixes the path to the tcsh interpreter.
scripts/checkdirs.sh.in | 2 +-
scripts/cleanup.sh | 2 +-
scripts/display.sh | 2 +-
+ scripts/drc.sh | 2 +-
scripts/gdsii.sh | 2 +-
+ scripts/lvs.sh | 2 +-
scripts/makesim.sh | 2 +-
+ scripts/migrate.sh | 2 +-
+ scripts/opensta.sh | 2 +-
+ scripts/opentimer.sh | 2 +-
scripts/placement.sh | 2 +-
scripts/qflow.in | 2 +-
scripts/qflow.sh.in | 8 ++++----
@@ -17,7 +22,7 @@ Subject: This patch fixes the path to the tcsh interpreter.
tech/osu018/osu018.sh | 2 +-
tech/osu035/osu035.sh | 2 +-
tech/osu050/osu050.sh | 2 +-
- 14 files changed, 17 insertions(+), 17 deletions(-)
+ 19 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/scripts/checkdirs.sh.in b/scripts/checkdirs.sh.in
index 3d9878b..1d222d9 100755
@@ -49,6 +54,16 @@ index 5a4ea56..f3b397e 100755
#----------------------------------------------------------
# Qflow layout display script using magic-8.0
#----------------------------------------------------------
+diff --git a/scripts/drc.sh b/scripts/drc.sh
+index 2e5bccb..69729c3 100755
+--- a/scripts/drc.sh
++++ b/scripts/drc.sh
+@@ -1,4 +1,4 @@
+-#!/bin/tcsh -f
++#!/usr/bin/tcsh -f
+ #----------------------------------------------------------
+ # DRC error checking script using magic
+ #----------------------------------------------------------
diff --git a/scripts/gdsii.sh b/scripts/gdsii.sh
index 57899af..d66480c 100755
--- a/scripts/gdsii.sh
@@ -59,6 +74,16 @@ index 57899af..d66480c 100755
#----------------------------------------------------------
# GDSII output generating script using magic
#----------------------------------------------------------
+diff --git a/scripts/lvs.sh b/scripts/lvs.sh
+index 977668c..dadc591 100755
+--- a/scripts/lvs.sh
++++ b/scripts/lvs.sh
+@@ -1,4 +1,4 @@
+-#!/bin/tcsh -f
++#!/usr/bin/tcsh -f
+ #----------------------------------------------------------
+ # LVS comparison script using magic
+ #----------------------------------------------------------
diff --git a/scripts/makesim.sh b/scripts/makesim.sh
index 6bbc91f..caf0672 100755
--- a/scripts/makesim.sh
@@ -69,6 +94,36 @@ index 6bbc91f..caf0672 100755
#
# makesim.sh cellname
#
+diff --git a/scripts/migrate.sh b/scripts/migrate.sh
+index 40ee6fa..2fbbaa7 100755
+--- a/scripts/migrate.sh
++++ b/scripts/migrate.sh
+@@ -1,4 +1,4 @@
+-#!/bin/tcsh -f
++#!/usr/bin/tcsh -f
+ #----------------------------------------------------------
+ # Layout and netlist migration script
+ #----------------------------------------------------------
+diff --git a/scripts/opensta.sh b/scripts/opensta.sh
+index 9b71c56..4ac20f7 100755
+--- a/scripts/opensta.sh
++++ b/scripts/opensta.sh
+@@ -1,4 +1,4 @@
+-#!/bin/tcsh -f
++#!/usr/bin/tcsh -f
+ #----------------------------------------------------------
+ # Static timing analysis script using OpenSTA
+ #----------------------------------------------------------
+diff --git a/scripts/opentimer.sh b/scripts/opentimer.sh
+index d1d3c52..16acad7 100755
+--- a/scripts/opentimer.sh
++++ b/scripts/opentimer.sh
+@@ -1,4 +1,4 @@
+-#!/bin/tcsh -f
++#!/usr/bin/tcsh -f
+ #----------------------------------------------------------
+ # Static timing analysis script using OpenTimer
+ #----------------------------------------------------------
diff --git a/scripts/placement.sh b/scripts/placement.sh
index 832d833..73e3068 100755
--- a/scripts/placement.sh