From bdd6569ef770ff39c4a1ced242f66106f8259cff Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Sat, 14 Jan 2017 13:15:59 +0100 Subject: [PATCH] fix(build): Use full destination path for config install --- contrib/polybar-git.aur/polybar.install | 2 +- contrib/polybar.aur/polybar.install | 2 +- contrib/polybar.xbps/INSTALL.msg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/polybar-git.aur/polybar.install b/contrib/polybar-git.aur/polybar.install index 6b954fb0..03368ec9 100644 --- a/contrib/polybar-git.aur/polybar.install +++ b/contrib/polybar-git.aur/polybar.install @@ -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 diff --git a/contrib/polybar.aur/polybar.install b/contrib/polybar.aur/polybar.install index 6b954fb0..03368ec9 100644 --- a/contrib/polybar.aur/polybar.install +++ b/contrib/polybar.aur/polybar.install @@ -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 diff --git a/contrib/polybar.xbps/INSTALL.msg b/contrib/polybar.xbps/INSTALL.msg index d7079b94..3bde59ac 100644 --- a/contrib/polybar.xbps/INSTALL.msg +++ b/contrib/polybar.xbps/INSTALL.msg @@ -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