diff options
author | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-29 22:59:51 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-29 22:59:51 -0500 |
commit | 0aa81f04b6149c3eb5faedd57512a981e6d3c624 (patch) | |
tree | 98b1d03925fafa426c20c3075d69145c8bb2f4d8 /core/bash/PKGBUILD | |
parent | b18caf89fb235f174419d578a7da0237e456ef3d (diff) | |
parent | c399070d50c89903ec1dea55aa4aa5147a367565 (diff) |
Merge branch 'master' of vparabola:~/abslibre-pre-mips64el
Conflicts:
community/csfml/PKGBUILD
community/evolution-rss/PKGBUILD
community/inn/PKGBUILD
community/libssh2/PKGBUILD
community/perl-xml-dom/PKGBUILD
community/php52/PKGBUILD
community/python-pysfml/PKGBUILD
community/skype-call-recorder/PKGBUILD
extra/ipod-sharp/PKGBUILD
extra/madwifi-utils/PKGBUILD
extra/madwifi/PKGBUILD
Diffstat (limited to 'core/bash/PKGBUILD')
-rw-r--r-- | core/bash/PKGBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/bash/PKGBUILD b/core/bash/PKGBUILD index 032d2a9d1..a44a19138 100644 --- a/core/bash/PKGBUILD +++ b/core/bash/PKGBUILD @@ -46,6 +46,9 @@ build() { --without-bash-malloc --with-installed-readline \ --bindir=/bin --mandir=/usr/share/man --infodir=/usr/share/info make +} + +check() { make check } |