diff options
-rw-r--r-- | testing/shunit2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/shunit2/APKBUILD b/testing/shunit2/APKBUILD index f0fd60851c..74eab1ddf8 100644 --- a/testing/shunit2/APKBUILD +++ b/testing/shunit2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Olliver Schinagl <oliver@schinagl.nl> pkgname="shunit2" pkgver="2.1.7" -pkgrel=0 +pkgrel=1 pkgdesc="A xUnit based unit test framework for Bourne based shell scripts." url="https://github.com/kward/shunit2/" arch="noarch" @@ -18,7 +18,7 @@ check() { } package() { - install -D -m 644 -t "${pkgdir}/usr/bin/" \ + install -D -m 755 -t "${pkgdir}/usr/bin/" \ "shunit2" install -D -m 644 -t "${pkgdir}/usr/share/doc/${pkgname}/" \ "README.md" |