diff options
| author | Francesco Abbate <francesco.bbt@gmail.com> | 2021-10-23 08:07:14 -0700 |
|---|---|---|
| committer | Francesco Abbate <francesco.bbt@gmail.com> | 2021-10-23 08:23:33 -0700 |
| commit | e68d6016f89a2e65846c2a1ac60179f849cdb5c3 (patch) | |
| tree | 0fc377592d3498c661c2fe6bccedf9f43c719dd3 | |
| parent | 80d837b05b0713f9ce268f8c64b048537741220d (diff) | |
| download | lite-xl-e68d6016f89a2e65846c2a1ac60179f849cdb5c3.tar.gz lite-xl-e68d6016f89a2e65846c2a1ac60179f849cdb5c3.zip | |
Add skip-subproject option in package scriptv2.0.3master-2.0.4
| -rw-r--r-- | scripts/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package.sh b/scripts/package.sh index 1370aee8..21a8cc91 100644 --- a/scripts/package.sh +++ b/scripts/package.sh @@ -186,7 +186,7 @@ main() { rm -rf "${dest_dir}" - DESTDIR="$(pwd)/${dest_dir}" meson install -C "${build_dir}" + DESTDIR="$(pwd)/${dest_dir}" meson install --skip-subprojects -C "${build_dir}" local data_dir="$(pwd)/${dest_dir}/data" local exe_file="$(pwd)/${dest_dir}/lite-xl" |
