summaryrefslogtreecommitdiff
path: root/user/purple-plugin-pack
diff options
context:
space:
mode:
Diffstat (limited to 'user/purple-plugin-pack')
-rw-r--r--user/purple-plugin-pack/APKBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/user/purple-plugin-pack/APKBUILD b/user/purple-plugin-pack/APKBUILD
index 22b797908..1ae2b8691 100644
--- a/user/purple-plugin-pack/APKBUILD
+++ b/user/purple-plugin-pack/APKBUILD
@@ -20,7 +20,6 @@ prepare() {
}
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
}