summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ec37eda58d2..feed42970988 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,13 +20,9 @@ pkgver() {
} END { exit !found }' cmb.c | cut -d' ' -f2
}
-prepare() {
- cd pkgcenter/depend/libcmb
- ./configure --prefix "$pkgdir/usr"
-}
-
build() {
cd pkgcenter/depend/libcmb
+ ./configure --prefix "$pkgdir/usr"
make
}