From 1bd903256bdb986e02a8a92cd4ea402b45aaa5fd Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 22 Dec 2013 08:38:01 +0100 Subject: [PATCH] inxi: unversioned distfiles -> create_srcdir. --- srcpkgs/inxi/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 } }