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]
/
smartdns
/
build
blob
c9cab6cd7ef91b03d804b1d0ec9e01477369facd
1
#!/bin/sh -e
2
3
cd
src
4
make
5
6
cd
..
7
make
DESTDIR
=
"
$1
"
RUNSTATEDIR
=/
run SBINDIR
=/
usr
/
bin
install
8
9
mkdir
-p
"
$1
/etc/sv/smartdns"
10
cp
smartdns.run
"
$1
/etc/sv/smartdns/run"
11
12
rm
-rf
"
$1
/etc/init.d"
13
rm
-f
"
$1
/smartdns.service"