mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-21 16:47:00 +02:00
iamb: fix manpage example config path
This commit is contained in:
parent
f7b497df73
commit
98762bb67c
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'iamb'
|
||||
pkgname=iamb
|
||||
version=0.0.10
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
configure_args="--no-default-features --features=native-tls,desktop"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -20,7 +20,7 @@ post_install() {
|
|||
vinstall docs/iamb-512x512.png 644 usr/share/icons/hicolor/512x512/apps/iamb.png
|
||||
vinstall docs/iamb.svg 644 usr/share/icons/hicolor/scalable/apps/iamb.svg
|
||||
|
||||
vsed -i docs/iamb.5 -e 's#/usr/share/iamb/config.example.toml#/usr/share/examples/iamb/config.example.toml#'
|
||||
vsed -i docs/iamb.5 -e 's#/usr/share/iamb/config.example.toml#/usr/share/examples/iamb/config.toml#'
|
||||
vman docs/iamb.1
|
||||
vman docs/iamb.5
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue