diff options
Diffstat (limited to 'main/rtmpdump')
-rw-r--r-- | main/rtmpdump/APKBUILD | 2 |
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() { |