X-Git-Url: https://git.armaanb.net/?p=asd-repo.git;a=blobdiff_plain;f=core%2Fugrep%2Fbuild;fp=core%2Fugrep%2Fbuild;h=0000000000000000000000000000000000000000;hp=5a77b7a6bca168505e6591ae1dcef7f2ce3581f2;hb=6b4d60d67e5612f76a8c075f2dac6f5a5e974262;hpb=df2f4b1252f1601c10649d3048c5e76a91f1132e diff --git a/core/ugrep/build b/core/ugrep/build deleted file mode 100755 index 5a77b7a..0000000 --- a/core/ugrep/build +++ /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