distcc: use vsv.
This commit is contained in:
parent
af72b0f8e1
commit
d7ab26cd26
3 changed files with 3 additions and 3 deletions
0
srcpkgs/distcc/files/run → srcpkgs/distcc/files/distccd/run
Normal file → Executable file
0
srcpkgs/distcc/files/run → srcpkgs/distcc/files/distccd/run
Normal file → Executable file
1
srcpkgs/distcc/files/distccd/supervise
Symbolic link
1
srcpkgs/distcc/files/distccd/supervise
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
/run/runit/supervise.distccd
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'distcc'
|
# Template file for 'distcc'
|
||||||
pkgname=distcc
|
pkgname=distcc
|
||||||
version=3.2rc1
|
version=3.2rc1
|
||||||
revision=7
|
revision=8
|
||||||
build_options="systemd"
|
build_options="systemd"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-Werror --with-gtk"
|
configure_args="--disable-Werror --with-gtk"
|
||||||
|
@ -28,8 +28,7 @@ post_install() {
|
||||||
if [ "$build_option_systemd" ]; then
|
if [ "$build_option_systemd" ]; then
|
||||||
vinstall ${FILESDIR}/distccd.service 644 usr/lib/systemd/system
|
vinstall ${FILESDIR}/distccd.service 644 usr/lib/systemd/system
|
||||||
fi
|
fi
|
||||||
vinstall ${FILESDIR}/run 755 etc/sv/distccd
|
vsv distccd
|
||||||
ln -s /run/runit/supervise.distccd ${DESTDIR}/etc/sv/distccd/supervise
|
|
||||||
|
|
||||||
# gcc wrappers
|
# gcc wrappers
|
||||||
vmkdir usr/lib/distcc/bin
|
vmkdir usr/lib/distcc/bin
|
||||||
|
|
Loading…
Reference in a new issue