From 79bfae7c2dc139d2ed89af0c37934b07800c5246 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 20 Jun 2014 10:40:12 +0200 Subject: [PATCH] fish-shell: use conf_files. --- srcpkgs/fish-shell/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template index 9c675963ed2..7acbb3cca8a 100644 --- a/srcpkgs/fish-shell/template +++ b/srcpkgs/fish-shell/template @@ -1,13 +1,14 @@ # Template file for 'fish-shell' pkgname=fish-shell version=2.1.0 -revision=1 +revision=2 distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz" checksum="af527af9d145df5675ca3031c1a87007d4f4753a1cde49da88f4eb883a1cf044" build_style=gnu-configure -hostmakedepends="autoconf doxygen" +hostmakedepends="automake" makedepends="ncurses-devel" register_shell="/usr/bin/fish" +conf_files="/etc/fish/config.fish" wrksrc="fish-${version}" maintainer="Steven R " homepage="http://fishshell.com/"