diff --git a/srcpkgs/bar-git/template b/srcpkgs/bar-git/template index 4e5ca3e12c1..06528e83bbe 100644 --- a/srcpkgs/bar-git/template +++ b/srcpkgs/bar-git/template @@ -1,6 +1,6 @@ # Template file for 'bar-git' pkgname=bar-git -version=20140531 +version=20140708 revision=1 build_style=gnu-makefile hostmakedepends="perl" @@ -19,6 +19,6 @@ do_fetch() { } post_install() { - vinstall palette.pl 755 usr/bin - vinstall LICENSE 644 usr/share/licenses/${pkgname} + vbin palette.pl + vinstall LICENSE 644 usr/share/licenses/bar }