summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciek Borzecki2018-04-03 08:06:45 +0200
committerMaciek Borzecki2018-04-03 08:06:45 +0200
commitb927337f61d5531c57d0feabea06ead0c3fef61b (patch)
tree6b42f8719cd74b16f49c7e6661a581bdf206fb43
parent7948abee5f3323673c36d37216a35bc01f21eb55 (diff)
downloadaur-b927337f61d5531c57d0feabea06ead0c3fef61b.tar.gz
snapd: fix typo in generators path
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c44d7e1e6da9..3a2c6844d004 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -169,7 +169,7 @@ package_snapd-git() {
make -C cmd install DESTDIR="$pkgdir/"
# move snapd-generator to systemd generators
- install -dm755 "$pkgdir//usr/lib/systemd/system-generators"
+ install -dm755 "$pkgdir/usr/lib/systemd/system-generators"
mv "$pkgdir/usr/lib/snapd/snapd-generator" "$pkgdir/usr/lib/systemd/system-generators/"
# Install man file