diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-30 07:56:51 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-30 08:35:12 +0000 |
| commit | c7340d434bf64cffec462cae05652e7f78099de3 (patch) | |
| tree | 18d2568776c8c0e1d9c5c76fa95a1436e65e2c65 | |
| parent | 30e9cbb7ce95072f558f1bf01f0d2bbfe4e5104c (diff) | |
| download | aports-c7340d434bf64cffec462cae05652e7f78099de3.tar.bz2 aports-c7340d434bf64cffec462cae05652e7f78099de3.tar.xz | |
main/rt4: run testdeps to verify deps are ok
we dont bump pkgrel because the built package should be unmodified
(cherry picked from commit 20d4ce42697fe9498f3e7b38058f159245dcde5f)
| -rw-r--r-- | main/rt4/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/rt4/APKBUILD b/main/rt4/APKBUILD index 2c77ef2529..3a5cc1ef1a 100644 --- a/main/rt4/APKBUILD +++ b/main/rt4/APKBUILD @@ -132,7 +132,7 @@ build() { --disable-gpg \ --disable-gd \ || return 1 - make || return 1 + make testdeps && make || return 1 } package() { |
