fix(build): Use full destination path for config install
This commit is contained in:
parent
9ce384b7e8
commit
bdd6569ef7
@ -3,7 +3,7 @@ post_install() {
|
||||
|
||||
Get started with the example configuration:
|
||||
|
||||
$ install -Dm644 /usr/share/doc/polybar/config \$HOME/.config/polybar
|
||||
$ install -Dm644 /usr/share/doc/polybar/config \$HOME/.config/polybar/config
|
||||
$ polybar example
|
||||
|
||||
For more information, see https://github.com/jaagr/polybar/wiki
|
||||
|
@ -3,7 +3,7 @@ post_install() {
|
||||
|
||||
Get started with the example configuration:
|
||||
|
||||
$ install -Dm644 /usr/share/doc/polybar/config \$HOME/.config/polybar
|
||||
$ install -Dm644 /usr/share/doc/polybar/config \$HOME/.config/polybar/config
|
||||
$ polybar example
|
||||
|
||||
For more information, see https://github.com/jaagr/polybar/wiki
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
Get started with the example configuration:
|
||||
|
||||
$ install -Dm644 /usr/share/examples/polybar/config $HOME/.config/polybar
|
||||
$ install -Dm644 /usr/share/examples/polybar/config $HOME/.config/polybar/config
|
||||
$ polybar example
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user