diff --git a/editor/tex/texlive-core/actions.py b/editor/tex/texlive-core/actions.py
index 251f849947..0f963c77fa 100644
--- a/editor/tex/texlive-core/actions.py
+++ b/editor/tex/texlive-core/actions.py
@@ -4,9 +4,9 @@
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
-from pisi.actionsapi import shelltools
-from pisi.actionsapi import pisitools
from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
WorkDir = "."
revnr = get.srcVERSION().split(".")[1]
@@ -25,12 +25,16 @@ def install():
# prepare and install installed packs list
pisitools.dodir("/var/lib/texmf/pisilinux/installedpacks")
pisitools.dosed("CONTENTS", "^#", deleteLine=True)
- pisitools.insinto("/var/lib/texmf/pisilinux/installedpkgs", "CONTENTS", "%s_%s.list" % (get.srcNAME(), revnr))
+ pisitools.insinto("/var/lib/texmf/pisilinux/installedpacks", "CONTENTS", "%s_%s.list" % (get.srcNAME(), revnr))
for i in shelltools.ls("texmf-dist"):
shelltools.copytree("texmf-dist/%s/" % i, "%s/usr/share/texmf-dist/" % get.installDIR())
shelltools.system("find texmf-dist -type f -executable -exec chmod 755 %s/usr/share/{} \;" % get.installDIR())
+# for i in shelltools.ls("."):
+# if shelltools.isDirectory(i) and not i.startswith("texmf"):
+# shelltools.copytree(i, "%s/usr/share/texmf-dist/" % get.installDIR())
+
for i in ["tlpkg"]:
shelltools.copytree("%s/" % i, "%s/usr/share/" % get.installDIR())
diff --git a/editor/tex/texlive-core/translations.xml b/editor/tex/texlive-core/translations.xml
index 1369786d24..c89ac8c43f 100644
--- a/editor/tex/texlive-core/translations.xml
+++ b/editor/tex/texlive-core/translations.xml
@@ -1,9 +1,9 @@
-
- texlive-core
- TeX Live Dağıtımının Ana Parçası
- texlive-core Tex Live dağıtımının ana parçasıdır.
- texlive-core est la part essentiel de TeXLive.
-
-
\ No newline at end of file
+
+ texlive-core
+ TeX Live Dağıtımının Ana Parçası
+ texlive-core Tex Live dağıtımının ana parçasıdır.
+ texlive-core est la part essentiel de TeXLive.
+
+