]> git.armaanb.net Git - asd-repo.git/blobdiff - core/ugrep/build
ugrep: move to extra
[asd-repo.git] / core / ugrep / build
diff --git a/core/ugrep/build b/core/ugrep/build
deleted file mode 100755 (executable)
index 5a77b7a..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/usr/bin/sh -e
-
-./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --mandir=/usr/share/man
-
-make
-make DESTDIR="$1" install
-
-ln -s /usr/share/man/man1/ugrep.1 "$1/usr/share/man/man1/grep.1"
-
-for i in grep fgrep egrep; do
-    install -Dm755 "$i" "$1/usr/bin/$i"
-done