summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArkadiy Illarionov2023-10-16 18:31:49 +0300
committerArkadiy Illarionov2023-10-16 18:31:49 +0300
commit9ee860f9637f6f033f96e5bbc215b93106cfec53 (patch)
treedc61b2ecb799ed0b4f60de47dcfcc14a3d9a2fc4 /PKGBUILD
parent508bb58775acb234e2003c626c761b1a8b62e8da (diff)
downloadaur-9ee860f9637f6f033f96e5bbc215b93106cfec53.tar.gz
Install using cmake
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7cff0bb7135..4f859d033794 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=antiduplx-git
_pkgver=1.0.1
-pkgver=1.0.1.r28.895a50c
+pkgver=1.0.1.r30.32cd0c6
pkgrel=1
pkgdesc="Command line tool to find and remove similar pictures"
arch=('x86_64')
@@ -50,7 +50,7 @@ build() {
package() {
cd "$pkgname"
- install -Dm755 "build/AntiDuplX" "$pkgdir/usr/bin/AntiDuplX"
+ DESTDIR="$pkgdir" cmake --install build
}
# vim:set ts=2 sw=2 et: