summaryrefslogtreecommitdiff
path: root/user/spice/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/spice/APKBUILD')
-rw-r--r--user/spice/APKBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/user/spice/APKBUILD b/user/spice/APKBUILD
index 03b4f65f9..ef57a810c 100644
--- a/user/spice/APKBUILD
+++ b/user/spice/APKBUILD
@@ -20,7 +20,6 @@ source="https://www.spice-space.org/download/releases/spice-server/spice-$pkgver
# - CVE-2018-10873
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -33,12 +32,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}