summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122021-06-25 15:20:52 +0200
committerwillemw122021-06-25 15:20:52 +0200
commit9f702da9b3a8604a4d490f26212eac305bf1dc98 (patch)
tree07db94ee3ce52ed8f4b33c64b9dbda5b7933dc6c
parent71493590b8a171690f0b7791d8f4a0a84f323cc9 (diff)
downloadaur-scalpel-git.tar.gz
Change "install -D"
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f00c8c70a83a..4dc6ed858774 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,7 +36,7 @@ build() {
package() {
cd $pkgname
- install -Dm644 scalpel.conf "$pkgdir/etc/scalpel/scalpel.conf"
+ install -Dm644 scalpel.conf -t "$pkgdir/etc/scalpel"
make DESTDIR="$pkgdir" install
}