diff --git a/packages/tos-dotfiles/PKGBUILD b/packages/tos-dotfiles/PKGBUILD index 75a6778..57b1de4 100644 --- a/packages/tos-dotfiles/PKGBUILD +++ b/packages/tos-dotfiles/PKGBUILD @@ -4,7 +4,7 @@ arch=('any') url='https://git.tipragot.fr/tipragot/tos' license=('MIT') -pkgver='0.1.1' +pkgver='0.1.2' pkgrel='1' depends=('tos-core' 'rsync') source=('tos-dotfiles.hook') diff --git a/packages/tos-dotfiles/tos-dotfiles.hook b/packages/tos-dotfiles/tos-dotfiles.hook index 5226d88..c4f4238 100644 --- a/packages/tos-dotfiles/tos-dotfiles.hook +++ b/packages/tos-dotfiles/tos-dotfiles.hook @@ -9,4 +9,4 @@ Target = tos-* Description = Update user dotfiles Depends = tos-dotfiles When = PostTransaction -Exec = rsync -r --chown=me:me /etc/tos/dotfiles/* /home/me/ \ No newline at end of file +Exec = /usr/bin/rsync -r --chown=me:me /etc/tos/dotfiles/* /home/me/ \ No newline at end of file