aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/libdc1394/APKBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/community/libdc1394/APKBUILD b/community/libdc1394/APKBUILD
index effd28ca4d..c5db533254 100644
--- a/community/libdc1394/APKBUILD
+++ b/community/libdc1394/APKBUILD
@@ -14,10 +14,8 @@ makedepends="$depends_dev linux-headers"
subpackages="$pkgname-dev $pkgname-doc"
source="https://downloads.sourceforge.net/project/libdc1394/libdc1394-2/$pkgver/libdc1394-$pkgver.tar.gz"
-builddir="$srcdir"/$pkgname-$pkgver
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -30,7 +28,6 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}