summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWojciech W2021-02-27 13:49:48 +0000
committerWojciech W2021-02-27 13:49:48 +0000
commit7229c48ea692b0eb40da0fd0d2faf8fa3612c0a0 (patch)
tree613e922a2a8397c1282d09fcf98687944d077653 /PKGBUILD
parent7c2b22034edfd64799621d2453e0aab975b2270d (diff)
downloadaur-7229c48ea692b0eb40da0fd0d2faf8fa3612c0a0.tar.gz
0.2-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a017070466c..e76ef231ca93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer:
pkgname=localdns-git
pkgver=0.2
-pkgrel=2
+pkgrel=3
pkgdesc="With this package the user is able to define a wrapper around DNS resolution with which one can define some fake dns adresses that will be mapped to a specific device on a local network identified by a mac address."
arch=(x86_64)
url="https://github.com/TETRX/local-dns-dump"
@@ -16,7 +16,7 @@ build() {
cd "local-dns-dump"
git submodule init
git submodule update
- make local_dns
+ make DESTDIR="$pkgdir" local_dns
}
package() {