From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Reza Alizadeh Majd" Subject: skeleton files in sub-directories Date: Sun, 26 May 2019 14:38:03 +0430 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:50096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hUqBg-0006gW-CX for help-guix@gnu.org; Sun, 26 May 2019 06:15:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hUq4V-00047C-Jg for help-guix@gnu.org; Sun, 26 May 2019 06:08:08 -0400 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:48251) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hUq4V-000445-6o for help-guix@gnu.org; Sun, 26 May 2019 06:08:07 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id 227C22D3 for ; Sun, 26 May 2019 06:08:05 -0400 (EDT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hi Guix, I want to add a series of configuration files to each user's home directory. for this I could use skeletons in operating system definitions. the problem is that some of these skeletons are located in sub-directories, for example `~/.local/share/foo/bar.cfg`. and when I run `guix system reconfigure` I receive errors about missing parent directory (`~/.local/share/foo` in this example). is there any way to create parent directories before copying the skeleton files? Thanks, Reza