From 514e623b9c7db0e286046dff31d57334ce4098d2 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 1 Jul 2015 09:19:02 +0200 Subject: [PATCH] odroid-u2-base: remove systemd build option (#1736). --- srcpkgs/odroid-u2-base/template | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/srcpkgs/odroid-u2-base/template b/srcpkgs/odroid-u2-base/template index dc159e799a1..da060e5057d 100644 --- a/srcpkgs/odroid-u2-base/template +++ b/srcpkgs/odroid-u2-base/template @@ -1,6 +1,6 @@ # Template file for 'odroid-u2-base' pkgname=odroid-u2-base -version=2.3 +version=2.4 revision=1 build_style=meta homepage="http://www.voidlinux.eu" @@ -12,7 +12,6 @@ only_for_archs="armv7l" depends="virtual?ntp-daemon odroid-u2-kernel odroid-u2-uboot odroid-u2-boot-fw linux-firmware-network" conf_files=/etc/default/odroid-led -build_options="systemd" do_install() { # Set proper perms to some devices. @@ -22,8 +21,5 @@ do_install() { # Install LED utilities vinstall ${FILESDIR}/odroid-led.sh 744 /usr/sbin odroid-led vinstall ${FILESDIR}/odroid-led.default 744 /etc/default odroid-led - if [ "$build_option_systemd" ]; then - vinstall ${FILESDIR}/odroid-led.service 644 /usr/lib/systemd/system - fi vsv odroid-led }