From 8bdd59a7a95781523630955e8ddd6b6ad0d77124 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 22 Apr 2010 13:48:56 +0200 Subject: [PATCH] dhcpcd: sbin/dhcpcd needs to be 755, bumprev. --HG-- extra : convert_revision : 1fc82f1984645df08835db373ec87e6a1f6c9e69 --- srcpkgs/dhcpcd/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/dhcpcd/template b/srcpkgs/dhcpcd/template index 029a082022..459a3cd3ed 100644 --- a/srcpkgs/dhcpcd/template +++ b/srcpkgs/dhcpcd/template @@ -1,7 +1,7 @@ # Template file for 'dhcpcd' pkgname=dhcpcd version=5.2.2 -revision=1 +revision=2 distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-$version.tar.bz2" build_style=configure configure_args="--libexecdir=/lib/dhcpcd" @@ -24,6 +24,7 @@ openrc_services="dhcpcd default false" post_install() { + chmod 755 ${DESTDIR}/sbin/dhcpcd # Install the OpenRC service install -D -m755 ${FILESDIR}/dhcpcd.rc ${DESTDIR}/etc/init.d/dhcpcd }