summaryrefslogtreecommitdiffstats
path: root/testing/crtmpserver
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2012-12-13 09:54:47 +0100
committerCarlo Landmeter <clandmeter@gmail.com>2012-12-13 09:54:47 +0100
commit90cfc4e6f5243fe8c6f35b3235cbe3482ef2d0d2 (patch)
tree76b7e29aef7f6e8949c7612fa8a4aef6104f199c /testing/crtmpserver
parentd7da110853571121a565838d76d6aa0fa0d3d524 (diff)
downloadaports-90cfc4e6f5243fe8c6f35b3235cbe3482ef2d0d2.tar.bz2
aports-90cfc4e6f5243fe8c6f35b3235cbe3482ef2d0d2.tar.xz
testing/crtmpserver: fix builddir
Diffstat (limited to 'testing/crtmpserver')
-rw-r--r--testing/crtmpserver/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/crtmpserver/APKBUILD b/testing/crtmpserver/APKBUILD
index 69af41ac4..97f8f22d7 100644
--- a/testing/crtmpserver/APKBUILD
+++ b/testing/crtmpserver/APKBUILD
@@ -19,7 +19,8 @@ source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.gz
_giturl="git://github.com/j0sh/crtmpserver.git"
_upload=dev.alpinelinux.org:/archive/$pkgname/
-_builddir="$srcdir"/$pkgname-$pkgver
+
+_builddir="$srcdir"/$pkgname
snapshot() {
local _date=$(date +%Y%m%d)