repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
openssl: bump to 3.0.3
[kiss-trunc88.git]
/
dwm
/
build
blob
0110ff54ef7d50e9421a5fa02ede5a7d785d42db
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