diff options
Diffstat (limited to 'main/ngrep')
-rw-r--r-- | main/ngrep/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/ngrep/APKBUILD b/main/ngrep/APKBUILD index 67d6253d1e..141d8566c7 100644 --- a/main/ngrep/APKBUILD +++ b/main/ngrep/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=ngrep pkgver=1.45 -pkgrel=0 +pkgrel=1 pkgdesc="A grep-like utility that allows you to search for network packets on an interface" url="http://ngrep.sourceforge.net/" arch="all" @@ -24,6 +24,7 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 + install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/custom/$pkgname/LICENSE } md5sums="bc8150331601f3b869549c94866b4f1c ngrep-1.45.tar.bz2" |