mirror of
https://github.com/powerline/powerline.git
synced 2025-07-20 20:34:56 +02:00
Use elog in place of einfo
Otherwise message is not repeated at the end of building process and thus is likely to be missed by user.
This commit is contained in:
parent
772372786e
commit
fd98313592
@ -1 +1 @@
|
|||||||
EBUILD powerline-9999.ebuild 1876 SHA256 0d9d6e11e42ea59e83f8b862a7cc40912dca0754cd35391da5eed55a2635db67 SHA512 cf9c3b85e503be41e4a1780924e622c316cb1c84e9ada93f5130672f6e3cdfeea7b94f13c71a6d8689ebf9aaa9aa37df11f6d456d81b3ef9aaa3def6bd31b8bf WHIRLPOOL fdf09d93c0cd5acb41e964edf25b21dae77f3ca8a1a4c017913c17b474dcd1a1581358162e0c98d647c929064d0c269a2e40719c16e7001a38fe6659af57e264
|
EBUILD powerline-9999.ebuild 1893 SHA256 89fb4b832b6ef2eda7b9d013ab7471cf9252f68266428cf9ad2e04b913ee44d4 SHA512 606110718187f98adb7dae2c7ff8b90288b7a7613e06a92a16ecac7ca98ef6acbde2c44ee3364bd5878315b5dc00bc8ae0bd4ef84300b93e3ed39827c8cc004b WHIRLPOOL 332205cc8139e30907f83d8299f2bea9fd9adf9de518397bdd74d7ab1baaa0d1bc61756cb6844405e81583e7e6b11006c5f9c7f9a82f663a4f4a9cceadd99513
|
||||||
|
@ -57,9 +57,11 @@ src_install() {
|
|||||||
if use zsh ; then
|
if use zsh ; then
|
||||||
insinto /usr/share/zsh/site-contrib
|
insinto /usr/share/zsh/site-contrib
|
||||||
doins powerline/bindings/zsh/powerline.zsh
|
doins powerline/bindings/zsh/powerline.zsh
|
||||||
einfo "To enable powerline prompt add"
|
elog ""
|
||||||
einfo " . /usr/share/zsh/site-contrib/powerline.zsh"
|
elog "To enable powerline prompt add"
|
||||||
einfo "to your zshrc."
|
elog " . /usr/share/zsh/site-contrib/powerline.zsh"
|
||||||
|
elog "to your zshrc."
|
||||||
|
elog ""
|
||||||
fi
|
fi
|
||||||
rm powerline/bindings/zsh/powerline.zsh
|
rm powerline/bindings/zsh/powerline.zsh
|
||||||
distutils-r1_src_install
|
distutils-r1_src_install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user