David Craven <da...@craven.ch> skribis: > * gnu/build/activation.scm (activate-user): Make sure /var/lib exists. ^ AFAICS this is ‘activate-users+groups’.
I initially had the same reaction as 宋文武, but based on your reply, I agree that it looks like the right place. > + ;; allow /var/lib/application to be a home directory Please capitalize and punctuate. > + (mkdir-p "/var/lib") ‘mkdir’ should be enough. Thanks! Ludo’.