index
people
commits
about
hovercats
/
oakiss
/ tree
summary
|
tree
|
log
|
refs
master
hovercats/oakiss
/
repo
/
unrar
/
build
1
#!/bin/sh -e
2
3
make
LDFLAGS
=
"
$LDFLAGS
-static
"
4
make
DESTDIR
=
"
$1
/usr
"
install