diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-07-08 03:50:01 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-07-08 03:50:01 -0300 |
commit | 4d5d87cab46a26af258cfaa59b414b33779b569a (patch) | |
tree | ad5fcde1da4f514b07cd07903a5a92673d670386 /pcr/gnuhealth/PKGBUILD | |
parent | 31379a653a44ef1c9a5f630f2a43eb343980145a (diff) |
gnuhealth: prolixing another parts inside PKGBUILD
Diffstat (limited to 'pcr/gnuhealth/PKGBUILD')
-rw-r--r-- | pcr/gnuhealth/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pcr/gnuhealth/PKGBUILD b/pcr/gnuhealth/PKGBUILD index 10560cc75..3eaee88d0 100644 --- a/pcr/gnuhealth/PKGBUILD +++ b/pcr/gnuhealth/PKGBUILD @@ -30,7 +30,8 @@ source=http://ftp.gnu.org/gnu/health/$pkgname-$pkgver.tar.gz sha512sums=5d528fe4a20a2b237f32d023f44e898a012f47f9ba83611f71fba386990bf98dbbdb1fb9c5b78dd5a3b65c6fe9b2fe4e7e472fec90cab009e5b8e31b1f31ceeb package() { - MODULES=(health + MODULES=( + health health_calendar health_genetics health_gyneco @@ -54,7 +55,8 @@ package() { health_socioeconomics health_stock health_surgery - health_who_essential_medicines) + health_who_essential_medicines + ) # build gnuhealth modules for module in ${MODULES[@]} |