gcc: bump to 12.1.0
[kiss-trunc88.git] / div / build
blobefef68525f3a68d944292ea4e0d202a1dee5e499
1 #!/bin/sh -e
3 sed 's|/usr/libexec|/usr/lib|g' Makefile > _
4 mv -f _ Makefile
5 sed 's|/usr/libexec|/usr/lib|g' div.sh.template > _
6 mv -f _ div.sh.template
8 make
9 make PREFIX=/usr DESTDIR="$1" install