summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorromanmadej2023-02-19 19:34:51 +0100
committerromanmadej2023-02-19 19:34:51 +0100
commit97ea9f9f59200cc3078596e826212ffb486a0397 (patch)
tree372e68dbd878cbd75bebce6f89c558a383b3c85d
parentfe7122bb132d6f7c3599dd55f9e112323254cc5f (diff)
downloadaur-97ea9f9f59200cc3078596e826212ffb486a0397.tar.gz
fix
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1354007ec40c..d0a79b53c07a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ build() {
package() {
cd "Local-DNS"
- make DESTDIR="$pkgdir" libcrafter
+ make libcrafter
make main
- make DESTDIR="$pkgdir" install
+ make install
}