mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 10:33:50 +02:00
eggdrop: Remove useless vsed
`vsed` for `language/` in `eggdrop.conf` doesn't modify anything
This commit is contained in:
parent
3a6b1cb457
commit
53bdc4ebe3
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ do_install() {
|
|||
for _asset in language scripts help; do
|
||||
vmkdir "${_share}/${_asset}/"
|
||||
vcopy "ed_staging/${_asset}/*" "${_share}/${_asset}"
|
||||
done
|
||||
|
||||
for _asset in scripts help; do
|
||||
vsed -e "s|${_asset}/|/${_share}/&|" -i eggdrop.conf
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue