summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Cholasta2015-05-19 18:48:47 +0200
committerJan Cholasta2015-05-20 06:14:51 +0200
commitc366d97e7eef78d4397cf613c57e2c73311a1cd9 (patch)
tree876bf92e805652ff1d10a839e7a4abc04e51dd8f
parent2e0d08e2d719472262ca4bebfd7c9455d53f0172 (diff)
downloadaur-c366d97e7eef78d4397cf613c57e2c73311a1cd9.tar.gz
Add prepare() and package() functions where missing
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22d572c3ced6..406544a14408 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('unknown')
source=(http://downloads.sourceforge.net/hhexen/hexen_demo_wad_$pkgver.tgz)
md5sums=('59338254c9528d785a3bc4b47962eb78')
-build() {
+package() {
install -Dm644 hexen.wad "$pkgdir"/usr/share/doom/hexen.wad
}