summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan2016-01-30 10:57:46 +1100
committerDylan2016-01-30 10:57:46 +1100
commitfa049030a35ca3864051b7db7cd76c967e267e31 (patch)
tree44e0728e8230f5a54aee2acd7ee3a0c3aae80f65
parent7850ac91c8fba435c0d0974ed3c471b07b6cb9d7 (diff)
downloadaur-fa049030a35ca3864051b7db7cd76c967e267e31.tar.gz
Install config file to /usr/share/fetch/config
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a03f069640e5..66d0a5f93031 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jan 29 01:42:25 UTC 2016
+# Fri Jan 29 23:57:31 UTC 2016
pkgbase = fetch-git
pkgdesc = CLI script to show your system's info and display an image using w3m.
pkgver = 1.0.r26.g9bde0eb
diff --git a/PKGBUILD b/PKGBUILD
index f990ef603f07..90b397b91983 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,6 +34,7 @@ package() {
cd $pkgname
install -D -m755 fetch "$pkgdir/usr/bin/fetch"
install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/fetch/LICENSE.md"
+ install -D -m755 config "$pkgdir/usr/share/fetch/config"
install -d -m755 ascii/distro/ "$pkgdir/usr/share/fetch/ascii/distro"
install -D -m755 ascii/distro/* "$pkgdir/usr/share/fetch/ascii/distro/"
}