From c27a799f4e504362af84c913ca3ccd63e3abe115 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Sun, 30 Jun 2013 01:56:45 -0300 Subject: [PATCH] fish-shell: update template --- srcpkgs/fish-shell/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template index f253a3a72fc..5b030434398 100644 --- a/srcpkgs/fish-shell/template +++ b/srcpkgs/fish-shell/template @@ -2,7 +2,7 @@ pkgname=fish-shell version=2.0.0 revision=1 -short_desc="User friendly shell intended mostly for interactive use, forked by ridiculousfish." +short_desc="User friendly shell intended mostly for interactive use" maintainer="Steven R " license="GPL" homepage="http://fishshell.com/" @@ -21,6 +21,7 @@ pre_configure() { fish-shell_package() { register_shell="/usr/bin/fish" + noarch="yes" pkg_install() { vmove all }