From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Wingo Subject: Re: hplip package (work in progress) Date: Wed, 16 Mar 2016 09:45:12 +0100 Message-ID: <87mvpyyfon.fsf@igalia.com> References: <20160312191233.48a661ca@scratchpost.org> <8737ruuj0l.fsf@gnu.org> <20160315210512.23989245@scratchpost.org> <20160315221931.16abe3dc@scratchpost.org> <87vb4mygw4.fsf@igalia.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ag74y-0003fl-HI for guix-devel@gnu.org; Wed, 16 Mar 2016 04:45:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ag74v-0001hO-9v for guix-devel@gnu.org; Wed, 16 Mar 2016 04:45:20 -0400 Received: from pb-sasl0.pobox.com ([208.72.237.25]:60510 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ag74v-0001h2-4J for guix-devel@gnu.org; Wed, 16 Mar 2016 04:45:17 -0400 In-Reply-To: <87vb4mygw4.fsf@igalia.com> (Andy Wingo's message of "Wed, 16 Mar 2016 09:19:07 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Danny Milosavljevic Cc: guix-devel@gnu.org I seem to have left off some words. Fixed below! On Wed 16 Mar 2016 09:19, Andy Wingo writes: > On Tue 15 Mar 2016 22:19, Danny Milosavljevic writes: > >> Hi, >> >> I'm trying to create a package for hplip, and it manages to reach the install phase and then it fails trying to create /etc/cups . Should we put /etc/cups inside the hplip store directory or what should we do with it? > > Generally, yes. If it later needs to be merged into a common /etc/cups ^, put it in the hplip store directory > directory for some reason, then cups-service needs to create a union > directory based on the etc/cups packages in a set of packages. See ^s/packages/directories/ > polkit-service for an example. > > Andy