Skip to content
Snippets Groups Projects
Verified Commit 2d6bf293 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/mawk: install awk symlink

parent 7975f503
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=mawk pkgname=mawk
pkgver=20161120 pkgver=20161120
pkgrel=0 pkgrel=1
pkgdesc="Pattern scanning and text processing language" pkgdesc="Pattern scanning and text processing language"
url="http://invisible-island.net/mawk/mawk.html" url="http://invisible-island.net/mawk/mawk.html"
arch="all" arch="all"
...@@ -26,6 +26,7 @@ build() { ...@@ -26,6 +26,7 @@ build() {
package() { package() {
cd "$builddir" cd "$builddir"
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
ln -s mawk "$pkgdir"/usr/bin/awk
} }
check() { check() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment