diff options
-rw-r--r-- | testing/sent/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/sent/APKBUILD b/testing/sent/APKBUILD index 1abbc4a286..9be245b7a9 100644 --- a/testing/sent/APKBUILD +++ b/testing/sent/APKBUILD @@ -12,11 +12,11 @@ depends_dev="" makedepends="libx11-dev libxft-dev" install="" subpackages="$pkgname-doc" -options="!check" +options="!check" # upstream doesn't have a test suite source="http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz config-mk.patch" -patch_args="-p0" builddir="$srcdir" +patch_args="-p0" build() { make -C "$builddir" |