From b617cdb572fc161eec9c46c8f0e29b4b821ce7e5 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:17:06 +0000 Subject: [PATCH] runit: extract update_* to external update file --- srcpkgs/runit/template | 1 - srcpkgs/runit/update | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 srcpkgs/runit/update diff --git a/srcpkgs/runit/template b/srcpkgs/runit/template index 14b4ced502..6c0fa4ee29 100644 --- a/srcpkgs/runit/template +++ b/srcpkgs/runit/template @@ -7,7 +7,6 @@ short_desc="A UNIX init scheme with service supervision" maintainer="Juan RP " license="BSD" homepage="http://smarden.org/runit/" -update_site="${homepage}install.html" distfiles="http://smarden.org/runit/runit-$version.tar.gz" checksum=6fd0160cb0cf1207de4e66754b6d39750cff14bb0aa66ab49490992c0c47ba18 diff --git a/srcpkgs/runit/update b/srcpkgs/runit/update new file mode 100644 index 0000000000..20136ade0b --- /dev/null +++ b/srcpkgs/runit/update @@ -0,0 +1 @@ +site="${homepage}install.html"