summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWojciech W2021-02-27 14:02:44 +0000
committerWojciech W2021-02-27 14:02:44 +0000
commit6ee1e0fe8b12d0ba5af8f43779f8a2e5f2310aca (patch)
tree275a069297b7168a809cc4af350824fe8f0bcdc8
parent7229c48ea692b0eb40da0fd0d2faf8fa3612c0a0 (diff)
downloadaur-6ee1e0fe8b12d0ba5af8f43779f8a2e5f2310aca.tar.gz
test
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e76ef231ca93..d0889d63d57a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer:
pkgname=localdns-git
pkgver=0.2
-pkgrel=3
+pkgrel=4
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,10 +16,11 @@ build() {
cd "local-dns-dump"
git submodule init
git submodule update
- make DESTDIR="$pkgdir" local_dns
+
+ make DESTDIR="$pkgdir/usr" local_dns
}
package() {
cd "local-dns-dump"
- make DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir/usr" install
}