diff options
-rw-r--r-- | community/httpry/APKBUILD (renamed from unmaintained/httpry/APKBUILD) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unmaintained/httpry/APKBUILD b/community/httpry/APKBUILD index aa48f72a95..11de97e4f5 100644 --- a/unmaintained/httpry/APKBUILD +++ b/community/httpry/APKBUILD @@ -10,7 +10,7 @@ license="GPL2" makedepends="libpcap-dev" subpackages="$pkgname-doc" source="http://dumpsterventures.com/jason/httpry/$pkgname-$pkgver.tar.gz" -builddir="$srcdir"/$pkgname-$pkgver +builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" |