summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLinRs2021-03-14 06:37:27 +0000
committerLinRs2021-03-14 06:37:27 +0000
commite5f36e247f69ed918309df969044ac29c070ac02 (patch)
tree16cd3e8b073e8796fcc0930b9b3c2e35e4a242cc /PKGBUILD
parent04c64d82499dffd5817d6a41000550c9cedf86fe (diff)
downloadaur-e5f36e247f69ed918309df969044ac29c070ac02.tar.gz
upgpkg: devilutionx-git 1.1.0.r1241.gae22644d-2
- run 'make install' in the proper path.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e73fbf95f4f..c8e10ccd2638 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=devilutionx-git
pkgver=1.1.0.r1241.gae22644d
-pkgrel=1
+pkgrel=2
pkgdesc="Diablo devolved for linux (git version)"
arch=('x86_64')
url="https://github.com/diasurgical/devilutionX"
@@ -35,7 +35,8 @@ build() {
}
package() {
cd "${pkgname%-git}"
- make install DESTDIR="${pkgdir}"
install -Dm644 LICENSE \
-t "${pkgdir}"/usr/share/licenses/"${pkgname}"
+ cd build
+ make install DESTDIR="${pkgdir}"
}