summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShadowKyogre2015-08-18 08:15:32 -0700
committerShadowKyogre2015-08-18 08:15:32 -0700
commite6a3b81cf0aa1444a32ac1f8f42f21a4158efd04 (patch)
tree9e7064c2d6e22e1006f8c668dac069d3750171af
parent29deae133ed9b4875bd8192b0d6afa869b982625 (diff)
downloadaur-e6a3b81cf0aa1444a32ac1f8f42f21a4158efd04.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 246b524b9bab..e076a0bad5b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ optdepends=()
source=('http://www.astro.com/ftp/swisseph/ephe/archive_gzip/sweph_12.tar.gz')
md5sums=('b5e23c2bba2c0d5d54d925f46e635d74')
-build() {
+package() {
install -d -m 755 $pkgdir/usr/share/swisseph/
install -m 755 $srcdir/*.se1 $pkgdir/usr/share/swisseph/
}