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
|
for _asset in language scripts help; do
|
||||||
vmkdir "${_share}/${_asset}/"
|
vmkdir "${_share}/${_asset}/"
|
||||||
vcopy "ed_staging/${_asset}/*" "${_share}/${_asset}"
|
vcopy "ed_staging/${_asset}/*" "${_share}/${_asset}"
|
||||||
|
done
|
||||||
|
|
||||||
|
for _asset in scripts help; do
|
||||||
vsed -e "s|${_asset}/|/${_share}/&|" -i eggdrop.conf
|
vsed -e "s|${_asset}/|/${_share}/&|" -i eggdrop.conf
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue