mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
collectl: fix sbin paths.
This commit is contained in:
parent
ec9737d252
commit
c457f5ac64
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'collectl'
|
# Template file for 'collectl'
|
||||||
pkgname=collectl
|
pkgname=collectl
|
||||||
version=4.0.0
|
version=4.0.0
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
conf_files="/etc/collectl.conf"
|
conf_files="/etc/collectl.conf"
|
||||||
depends="perl perl-Term-ReadKey"
|
depends="perl perl-Term-ReadKey"
|
||||||
|
@ -20,5 +20,6 @@ do_install() {
|
||||||
$DESTDIR/usr/share/doc/collectl/ARTISTIC \
|
$DESTDIR/usr/share/doc/collectl/ARTISTIC \
|
||||||
$DESTDIR/usr/share/doc/collectl/COPYING \
|
$DESTDIR/usr/share/doc/collectl/COPYING \
|
||||||
$DESTDIR/etc/init.d/collectl
|
$DESTDIR/etc/init.d/collectl
|
||||||
|
sed -i 's/sbin/bin/g' $DESTDIR/usr/bin/colmux
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue