summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShadowKyogre2015-08-18 08:14:57 -0700
committerShadowKyogre2015-08-18 08:14:57 -0700
commitf07aa37a4bfc0bb9be068a56db7577617e78b413 (patch)
tree1a473aa1e522f816cb5c5558248b9bf8f92b3161
parent72f72ca48e1a6cc29a577726ab238035f27b1917 (diff)
downloadaur-f07aa37a4bfc0bb9be068a56db7577617e78b413.tar.gz
Convert the build() function to package()
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e80fcc044cec..ad87c811f128 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ optdepends=()
source=('http://www.astro.com/ftp/swisseph/ephe/archive_gzip/sweph_18.tar.gz')
md5sums=('e9485a33b04113d71639514d2d6d0908')
-build() {
+package() {
install -d -m 755 $pkgdir/usr/share/swisseph/
install -m 755 $srcdir/*.se1 $pkgdir/usr/share/swisseph/
}