[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Subdirectories in package .tar archives
From: |
Stefan Monnier |
Subject: |
Re: Subdirectories in package .tar archives |
Date: |
Sat, 15 May 2021 17:42:22 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
> Thank you. So, basically for *resource* files (i.e. not Elisp) and
> something unrelated to Info there are no real reasons to avoid
> subdirectories, right?
Yup.
> As long as one can generate packages as expected (probably not with
> MELPA, though maybe there is some hidden feature in it for this),
I don't know, but at least the specs used for GNU ELPA packages are
definitely able to generate tarballs with subdirectories.
I'd expect the same holds for MELPA.
> they will work fine and one could e.g. do something like
> `(defvar ... (somehow-load-resource "foo/bar.baz"))'?
Yes.
Stefan