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
crispy-doom: new package at 5.11.1
[kiss-trunc88.git]
/
smartmontools
/
build
blob
7fa49a653189af049b867fea2c2642b322fb4311
1
#!/bin/sh -e
2
.
/
configure \
3
--prefix
=/
usr \
4
--sysconfdir
=/
etc \
5
--with-libsystemd
=
no \
6
--with-libcap-ng
=
no \
7
--with-smartdscriptdir
=/
usr
/
shar
e
/
smartmontools \
8
--with-smartdplugindir
=/
usr
/
shar
e
/
smartmontools
/
smartd_warning.d
9
make
10
make
DESTDIR
=
"
$1
"
install
11
rm
-rf
"
$1
/etc/rc.d"
12
mkdir
-p
"
$1
/etc/conf.d/"
13
echo
'SMARTD_ARGS=""'
>
"
$1
/etc/conf.d/smartd"
14