summaryrefslogtreecommitdiffstats
path: root/development/lepton-eda/patches/lepton-upcfg.in.patch
diff options
context:
space:
mode:
Diffstat (limited to 'development/lepton-eda/patches/lepton-upcfg.in.patch')
-rw-r--r--development/lepton-eda/patches/lepton-upcfg.in.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/development/lepton-eda/patches/lepton-upcfg.in.patch b/development/lepton-eda/patches/lepton-upcfg.in.patch
deleted file mode 100644
index 30b38fa685..0000000000
--- a/development/lepton-eda/patches/lepton-upcfg.in.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff --git a/utils/scripts/lepton-upcfg.in b/utils/scripts/lepton-upcfg.in
-index 8d9b45943..601ae188d 100644
---- a/utils/scripts/lepton-upcfg.in
-+++ b/utils/scripts/lepton-upcfg.in
-@@ -219,7 +219,13 @@ Lepton EDA homepage: <~a>
- )
-
-
-- ( upcfg-log "ii: upgrading config in [~a]...~%" (config-file-path cfg-id) )
-+ ( upcfg-log
-+ "ii: upgrading config in [~a]...~%"
-+ ( if cfg-id
-+ ( config-file-path cfg-id ) ; if
-+ ( list-ref files 0 ) ; else
-+ )
-+ )
-
- ( if ( null? files )
- ( or (config-upgrade cfg-id #:copy copy #:overwrite overwrite) (failure) ) ; if