summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorajs1242017-02-09 11:39:48 +0100
committerajs1242017-02-09 11:39:48 +0100
commit13ea7505e6319105a58c4b322639c7ab3341e4d4 (patch)
treed82ef159abb02c75e9fcb1df473125ffc2672d6e
parent86b2838d3acfe96e9c4db4d9242935b429004f79 (diff)
downloadaur-13ea7505e6319105a58c4b322639c7ab3341e4d4.tar.gz
this used to work… install is confusing me
-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/"
}