diff options
Diffstat (limited to 'testing/spice-html5/APKBUILD')
-rw-r--r-- | testing/spice-html5/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/spice-html5/APKBUILD b/testing/spice-html5/APKBUILD index 31184c791a..a76ff26c04 100644 --- a/testing/spice-html5/APKBUILD +++ b/testing/spice-html5/APKBUILD @@ -13,7 +13,7 @@ builddir="$srcdir/$pkgname-$pkgname-$pkgver" build() { cd "$builddir" - return 0 + return 0 } package() { |