]> git.armaanb.net Git - asd-repo.git/blob - extra/patch/build
chromium: use vaapi
[asd-repo.git] / extra / patch / build
1 #!/usr/bin/sh -e
2
3 for i in libopenbsd libz yacc mv patch; do
4     make PREFIX=/usr -C "$i"
5 done
6
7 cd patch
8 install -Dm755 patch   "$1/usr/bin/patch"
9 install -Dm644 patch.1 "$1/usr/share/man/man1/patch.1"
10