summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTest User2020-03-09 09:29:07 -0600
committerTest User2020-03-09 09:29:07 -0600
commit80bda83254b00bd048756f45b440258d23d02f29 (patch)
treea54462fd47e43070ebf8531d4f029c08c248c0a1
parentf570bc92a64b21d7087b910b103a23c7275999cd (diff)
downloadaur-80bda83254b00bd048756f45b440258d23d02f29.tar.gz
formatting
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0e3120caffe..1a33ec1c005c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -62,8 +62,7 @@ build() {
package() {
cd "$srcdir/${pkgname%-git}"
install -Dm755 daemon/opensnitchd -t "$pkgdir/usr/bin"
- install -Dm644 daemon/opensnitchd.service -t \
- "$pkgdir/usr/lib/systemd/system"
+ install -Dm644 daemon/opensnitchd.service -t "$pkgdir/usr/lib/systemd/system"
install -dm755 "$pkgdir/etc/opensnitchd/rules"
install -Dm644 daemon/default-config.json -t "$pkgdir/etc/opensnitchd"
install -Dm644 debian/opensnitch.logrotate "$pkgdir/etc/logrotate.d/opensnitch"