aboutsummaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-06-07 21:29:01 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2021-06-07 21:29:01 +0300
commitd53ea7da2d3f40ca2ddcce229c4db28b904832fe (patch)
tree0eb6e4be10b7451b9f278019625356b6e7036b40 /packaging
parent30e329aac9ec06d42eeccfd2e91609d27c5161e4 (diff)
downloadmeson-d53ea7da2d3f40ca2ddcce229c4db28b904832fe.zip
meson-d53ea7da2d3f40ca2ddcce229c4db28b904832fe.tar.gz
meson-d53ea7da2d3f40ca2ddcce229c4db28b904832fe.tar.bz2
Fix macpkg generator import path. [skip ci]
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/createpkg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/createpkg.py b/packaging/createpkg.py
index ab3c51c..391e730 100755
--- a/packaging/createpkg.py
+++ b/packaging/createpkg.py
@@ -22,7 +22,7 @@ import xml.etree.ElementTree as ET
sys.path.append(os.getcwd())
from mesonbuild import coredata
-from packaging.createmsi import get_modules
+from createmsi import get_modules
class PkgGenerator: