aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-16 08:31:43 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-16 08:31:43 +0000
commita896eb0d8f8c3080fae9268557220bb742a595ff (patch)
treea5510c1c92f40169efcff7821ecb9a2a649db03c /testing
parent86d5768e542377d0094d896423ff25a85df296d0 (diff)
downloadaports-a896eb0d8f8c3080fae9268557220bb742a595ff.tar.bz2
aports-a896eb0d8f8c3080fae9268557220bb742a595ff.tar.xz
testing/oh-my-zsh: fix build
Diffstat (limited to 'testing')
-rw-r--r--testing/oh-my-zsh/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/oh-my-zsh/APKBUILD b/testing/oh-my-zsh/APKBUILD
index 7b4a28e922..0771b41330 100644
--- a/testing/oh-my-zsh/APKBUILD
+++ b/testing/oh-my-zsh/APKBUILD
@@ -16,7 +16,7 @@ _gitrev="37c2d0ddd751e15d0c87a51e2d9f9849093571dc"
install="$pkgname.post-install $pkgname.post-upgrade"
source="$pkgname-$pkgver.zip::https://github.com/robbyrussell/$pkgname/archive/$_gitrev.zip
install-path.patch"
-builddir="$srcdir/"$pkgname-$_gitrev
+builddir="$srcdir/"ohmyzsh-$_gitrev
package() {
install -d "$pkgdir"/usr/share/oh-my-zsh/ \