summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShadowKyogre2015-08-18 08:16:01 -0700
committerShadowKyogre2015-08-18 08:16:01 -0700
commitb3ffe8d2433213f5c714ac9ca8c90ee564115308 (patch)
treeaa3e7621b1fc5b98620166813675879c9df4fac8
parent8003362192671864510c8458acf2975951e112a1 (diff)
downloadaur-b3ffe8d2433213f5c714ac9ca8c90ee564115308.tar.gz
Convert the build() function to a package() function
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aae2eaecc89b..b91d23752a88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ optdepends=()
source=('http://www.astro.com/ftp/swisseph/ephe/fixstars.cat')
md5sums=('19d2486e8ba2abc9109692c403430f3f')
-build() {
+package() {
install -d -m 755 $pkgdir/usr/share/swisseph/
install -m 755 $srcdir/* $pkgdir/usr/share/swisseph/
}