view src/of-statistics-fixes.patch @ 6495:53ac6c68aabc

* src/qtbase.mk, src/qtimageformats.mk, src/qtsvg.mk, src/qttools.mk, src/qttranslations.mk : update to v5.15.7
author John Donoghue <john.donoghue@ieee.org>
date Sun, 30 Oct 2022 20:02:19 -0400
parents 802dd54c177c
children
line wrap: on
line source

diff --git a/PKG_ADD b/inst/PKG_ADD
similarity index 88%
rename from PKG_ADD
rename to inst/PKG_ADD
index 937bc41..fc0ce78 100644
--- a/PKG_ADD
+++ b/inst/PKG_ADD
@@ -8,7 +8,7 @@ d_2seRTE546_oyi_795jg09_dirname = fileparts (canonicalize_file_name ...
                                              (mfilename ("fullpath")));
 
 for iiII123DRT_idx = 1:length (a1_e324kporit985_itogj3_dirlist)
-  addpath (fullfile (d_2seRTE546_oyi_795jg09_dirname, "..", ...
+  addpath (fullfile (d_2seRTE546_oyi_795jg09_dirname, ...
            a1_e324kporit985_itogj3_dirlist{iiII123DRT_idx}));
 endfor
 
diff --git a/PKG_DEL b/inst/PKG_DEL
similarity index 90%
rename from PKG_DEL
rename to inst/PKG_DEL
index 095f782..dd619e6 100644
--- a/PKG_DEL
+++ b/inst/PKG_DEL
@@ -10,7 +10,7 @@ d_2seRTE546_oyi_795jg09_dirname = fileparts (canonicalize_file_name ...
                                              (mfilename ("fullpath")));
 
 for iiII123DRT_idx = 1:length (a1_e324kporit985_itogj3_dirlist)
-  rmpath (fullfile (d_2seRTE546_oyi_795jg09_dirname, "..", ...
+  rmpath (fullfile (d_2seRTE546_oyi_795jg09_dirname, ...
           a1_e324kporit985_itogj3_dirlist{iiII123DRT_idx}));
 endfor