diff --git a/srcpkgs/inxi/template b/srcpkgs/inxi/template index 8c722742a31..6c28baab941 100644 --- a/srcpkgs/inxi/template +++ b/srcpkgs/inxi/template @@ -8,6 +8,8 @@ license="GPL-3" homepage="http://code.google.com/p/inxi/" distfiles="http://inxi.googlecode.com/svn/trunk/inxi.tar.gz" checksum=2632a2bc099d6d242a1049b38b7cc47dd09b070f78a56f4be7683513acee8e31 + +create_srcdir=yes create_wrksrc=yes do_install() { @@ -20,6 +22,6 @@ inxi_package() { depends="pciutils" noarch="yes" pkg_install() { - vmove usr + vmove all } }