fix(build): Use full destination path for config install

This commit is contained in:
Michael Carlberg 2017-01-14 13:15:59 +01:00
parent 9ce384b7e8
commit bdd6569ef7
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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