From 1de770afba519bf7ae1bd17d53d165f4484da458 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 10 Apr 2013 15:05:09 +0200 Subject: [PATCH] which: convert to the new template format. --- srcpkgs/which/template | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/srcpkgs/which/template b/srcpkgs/which/template index 6d7df0b0cce..df27fe0fa50 100644 --- a/srcpkgs/which/template +++ b/srcpkgs/which/template @@ -9,3 +9,9 @@ homepage="http://www.xs4all.nl/~carlo17/which/" license="GPL-3" distfiles="http://www.xs4all.nl/~carlo17/which/which-$version.tar.gz" checksum=d417b65c650d88ad26a208293c1c6e3eb60d4b6d847f01ff8f66aca63e2857f8 + +which_package() { + do_install() { + vmove "*" + } +}