aboutsummaryrefslogtreecommitdiffstats
path: root/main/rtmpdump/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/rtmpdump/APKBUILD')
-rw-r--r--main/rtmpdump/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/rtmpdump/APKBUILD b/main/rtmpdump/APKBUILD
index d8f40db63d..c31bd34a30 100644
--- a/main/rtmpdump/APKBUILD
+++ b/main/rtmpdump/APKBUILD
@@ -22,7 +22,7 @@ builddir="$srcdir"/$pkgname-$pkgver
build() {
cd "$builddir"
- make || return 1
+ make || return 1
}
package() {