Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (44277bd0484ee845524815aa9f9ce8433af0a7e5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <stealth AT tiberian.ru>
  • To: sm-commit AT lists.ibiblio.org
  • Cc: Treeve Jelbert <treeve AT sourcemage.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (44277bd0484ee845524815aa9f9ce8433af0a7e5)
  • Date: Mon, 27 May 2019 13:33:40 -0700

> diff --git a/audio-drivers/sndio/PRE_BUILD b/audio-drivers/sndio/PRE_BUILD
> new file mode 100755
> index 0000000..40cff2a
> --- /dev/null
> +++ b/audio-drivers/sndio/PRE_BUILD
> @@ -0,0 +1,3 @@
> +default_pre_build &&
> +create_group audio &&
> +create_account sndiod

can we move this to BUILD instead?

I think doing so anywhere else for *some* spells was an over-look:

$ ag -l create_account | cut -d/ -f3 | sort | uniq -c | sort -rn
72 BUILD
18 INSTALL
17 HISTORY
12 PRE_BUILD
3 FINAL
1 spell-config
1 PRE_INSTALL
1 libaccount
1 FUNCTIONS

usually what we have in PRE_BUILD is about patching sources.

--
Vlad Glagolev <stealth AT tiberian.ru>

Attachment: pgpEdUpEiAXQ0.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page