]> git.armaanb.net Git - asd-repo.git/blob - ag-git/build
mutt: remove /etc/Mutt*
[asd-repo.git] / ag-git / build
1 #!/usr/bin/sh -e
2
3 ./autogen.sh
4 ./configure --prefix=/usr
5
6 make
7 make DESTDIR="$1" install
8
9 rm -r "$1/usr/share/the_silver_searcher" "$1/usr/share/zsh"