summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Baz2017-12-29 17:21:54 +0100
committerMaxim Baz2017-12-29 17:21:54 +0100
commiteeb3e060650b1d55d79a09fa5f5275c9edc1d92c (patch)
treece0dc5d0bdf096753ab881bc5f4c4e3b0d96f409
parent02ababc7df53ca85f2ded6c789882d8aeaff09e1 (diff)
downloadaur-eeb3e060650b1d55d79a09fa5f5275c9edc1d92c.tar.gz
Fix install command
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD3
-rw-r--r--PKGBUILD.sigbin566 -> 566 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..b5624b74f804
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 4d4c70d200f6..0783b48a2f2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,5 @@ sha512sums=('bb0f393f7f8314db34f9b5b6de5f34c488518453853dc239bd41402805ec548d687
validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
package() {
- cd "$pkgname"
- install -Dm644 zz_snap-pac-grub-post.hook "$pkgdir/usr/share/libalpm/hooks/"
+ install -Dm644 zz_snap-pac-grub-post.hook -t "$pkgdir/usr/share/libalpm/hooks/"
}
diff --git a/PKGBUILD.sig b/PKGBUILD.sig
index 0fae7a11cd1a..8661e046925e 100644
--- a/PKGBUILD.sig
+++ b/PKGBUILD.sig
Binary files differ