diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2016-11-08 14:02:02 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-11-19 20:33:01 +0100 |
commit | b7cd8301eb95065cf94dc6c0206a15e83e1f3d00 (patch) | |
tree | 28a7e98d09dd6954a4429b1373ba1c9dbf792a44 | |
parent | 7d76142e2553403ea684f063199173b38a684a77 (diff) | |
download | aports-b7cd8301eb95065cf94dc6c0206a15e83e1f3d00.tar.bz2 aports-b7cd8301eb95065cf94dc6c0206a15e83e1f3d00.tar.xz |
community/httpry: move from unmaintained
-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" |