]> git.armaanb.net Git - asd-repo.git/blob - extra/dwm/build
Adapt for asd linux
[asd-repo.git] / extra / dwm / build
1 #!/bin/sh -e
2
3 # Amend install path to '/usr'.
4 sed -i'' "s#/usr/local#/usr#" config.mk
5
6 # Remove pixel gap.
7 sed -i'' "s/static const int resizehints = 1/static const int resizehints = 0/" config.def.h
8
9 make
10 make DESTDIR="$1" install