summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordobedobedo2023-08-25 21:36:14 +1000
committerdobedobedo2023-08-25 21:36:14 +1000
commit7378bde249b5b3d542c618d11be6b05435db4d7e (patch)
tree6ca0f977cb65e2035140461106f51820bf588de0
parent2c760d0feccee8ccb58abae2b524d9cc4d015883 (diff)
downloadaur-7378bde249b5b3d542c618d11be6b05435db4d7e.tar.gz
Rename rehostable to licensing
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30f19952192f..43dcc8c8537b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = agisoft-metashape
pkgdesc = Photogrammetric processing of digital images and 3D spatial data generation software. Standard edition
pkgver = 2.0.2
- pkgrel = 2
+ pkgrel = 3
url = https://www.agisoft.com/
install = agisoft-metashape.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 816f7e49a84a..9b465831c310 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=metashape
pkgname=agisoft-${_pkgname}
pkgver=2.0.2
-pkgrel=2
+pkgrel=3
pkgdesc="Photogrammetric processing of digital images and 3D spatial data generation software. Standard edition"
arch=('x86_64')
url="https://www.agisoft.com/"
@@ -108,7 +108,7 @@ package() {
install -Dm755 "$srcdir/agisoft-metashape" "$pkgdir/usr/bin/agisoft-metashape"
# Set the rehostable directory and environment variables in executables for activation
- mkdir -p "${pkgdir}/opt/agisoft/${_pkgname}/rehostable"
+ mkdir -p "${pkgdir}/opt/agisoft/${_pkgname}/licensing"
sed -i '/export LD_LIBRARY_PATH/a\\nAGISOFT_LICENSING_DIR=\$dirname/licensing\nexport AGISOFT_LICENSING_DIR' "${pkgdir}/opt/agisoft/${_pkgname}/metashape.sh"
# Set correct permission