summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-01-10 18:32:11 -0500
committerVincent Grande2021-01-10 18:32:11 -0500
commitfed4227fe7cf396dc745030c54a3795e8d842dad (patch)
tree92aa195b67147b3a459d40b62b12e67cda808f87
parent89bcd5a97a11331cad52cb58e263eb32083db82a (diff)
downloadaur-fed4227fe7cf396dc745030c54a3795e8d842dad.tar.gz
fix
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec1583d7409a..94fd55d41e2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,4 +63,5 @@ build() {
package() {
cd procps
make DESTDIR="$pkgdir" install
+ install -Dm644 "${srcdir}/sysctl.conf" "$pkgdir/etc/sysctl.conf"
}