diff options
author | Timo Teräs <timo.teras@iki.fi> | 2012-02-05 21:08:28 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2012-02-05 21:08:42 +0200 |
commit | f7822ba83617fdd806ae6e4d2dfef3f5a008891c (patch) | |
tree | 6b6df72a79e18b9dca6c150495cfa3deeee9453c /testing/youtube-dl | |
parent | 989a2af97ff773552c46bc1133c105d293b78c63 (diff) | |
download | aports-f7822ba83617fdd806ae6e4d2dfef3f5a008891c.tar.bz2 aports-f7822ba83617fdd806ae6e4d2dfef3f5a008891c.tar.xz |
testing/youtube-dl: fix package()
Diffstat (limited to 'testing/youtube-dl')
-rw-r--r-- | testing/youtube-dl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/youtube-dl/APKBUILD b/testing/youtube-dl/APKBUILD index 40e903ac7f..29516f83e1 100644 --- a/testing/youtube-dl/APKBUILD +++ b/testing/youtube-dl/APKBUILD @@ -29,7 +29,7 @@ build() { } package() { - cd "$_builddir" + cd "$srcdir" mkdir -p "$pkgdir"/usr/bin install -m 0555 youtube-dl "$pkgdir"/usr/bin } |