summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc5b826bb249..df13a47151ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Do Feb 9 10:39:08 UTC 2017
pkgbase = fortune-mod-hitchhiker
pkgdesc = This is a collection of quotes --- fortune cookies --- from Douglas Adams' famous Hitchhikers Guide to the Galaxy.
pkgver = 20050611
diff --git a/PKGBUILD b/PKGBUILD
index b2a565a6256e..d7d06b8785ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,5 +15,6 @@ source=(http://www.splitbrain.org/_media/projects/fortunes/fortune-hitchhiker.tg
sha512sums=('a4f4a99c33764e6d4ec823a57f9d2d40168ddf3cb9506e85fb0f6f10b11673abd76d02e9af8a95926ba758a28fbbe895a427b40c36bd31bc43252c4e6dd610b0')
package() {
+ mkdir -p "${pkgdir}/usr/share/fortune"
install -Dm 644 "${srcdir}/fortune-hitchhiker/hitchhiker"* "${pkgdir}/usr/share/fortune/"
}