openssl: bump to 3.0.3
[kiss-trunc88.git] / dwm / build
blob0110ff54ef7d50e9421a5fa02ede5a7d785d42db
1 #!/bin/sh -e
3 # Amend install path to '/usr'.
4 sed -i'' "s#/usr/local#/usr#" config.mk
6 # Remove pixel gap.
7 sed -i'' "s/static const int resizehints = 1/static const int resizehints = 0/" config.def.h
9 make
10 make DESTDIR="$1" install