From f3a2e5009af887a52b4f0e60e20908fd61be853a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 11 May 2014 09:26:20 +0200 Subject: [PATCH] runit-void: fix dracut settings, it's {add,omit}_dracutmodules. --- srcpkgs/runit-void/files/dracut.conf | 4 ++-- srcpkgs/runit-void/template | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/runit-void/files/dracut.conf b/srcpkgs/runit-void/files/dracut.conf index 118be476a27..eab8f2ca44d 100644 --- a/srcpkgs/runit-void/files/dracut.conf +++ b/srcpkgs/runit-void/files/dracut.conf @@ -1,3 +1,3 @@ -add_modules+=" resume " -omit_modules+=" systemd " +add_dracutmodules+=" resume " +omit_dracutmodules+=" systemd " i18n_vars="/etc/rc.conf:KEYMAP,FONT,FONT_MAP,FONT_UNIMAP" diff --git a/srcpkgs/runit-void/template b/srcpkgs/runit-void/template index 6440a5b7814..9812c9f2330 100644 --- a/srcpkgs/runit-void/template +++ b/srcpkgs/runit-void/template @@ -1,7 +1,7 @@ # Template file for 'runit-void' pkgname=runit-void version=20140511 -revision=1 +revision=2 build_style=gnu-makefile homepage="http://www.voidlinux.eu" short_desc="runit scripts for Void Linux"