diff options
author | gesang <gesang@itinerariummentis.org> | 2024-04-15 18:28:16 +0200 |
---|---|---|
committer | gesang <gesang@itinerariummentis.org> | 2024-04-15 18:28:16 +0200 |
commit | c403eb5b4228ddbec863bde21aa3e2d4c96d554f (patch) | |
tree | 25600fb0817f0ee0dc21e8260e81b2c060b75eb8 /klatexformula/template | |
parent | 8ade64894097a5326f61a08b6f70111fc0032184 (diff) |
klatexformula config path
Diffstat (limited to 'klatexformula/template')
-rw-r--r-- | klatexformula/template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/klatexformula/template b/klatexformula/template index 8d0d728..25c8061 100644 --- a/klatexformula/template +++ b/klatexformula/template @@ -25,4 +25,5 @@ python_version="3.12.2" post_extract() { cd ${wrksrc} sed -i "41i#include <QPainterPath>" src/klftools/klfflowlistwidget_p.h + sed -i "s#.klatexformula#.config/klatexformula#g" src/klfconfig.cpp } |