Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (7b7537fd6ef6fbd2006427fb366182f430022c87)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <bwlf AT bandrate.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (7b7537fd6ef6fbd2006427fb366182f430022c87)
  • Date: Sat, 9 Jan 2016 12:38:50 +0100

On Fr 2016-01-08 21:20:13 -0500, Pavel Vinogradov wrote:
> Sorcery crashes after findutils update. Fix:
>
> diff --git a/var/lib/sorcery/modules/libcodex
> b/var/lib/sorcery/modules/libcodex
> index 70a6dca..aaa8cf6 100755
> --- a/var/lib/sorcery/modules/libcodex
> +++ b/var/lib/sorcery/modules/libcodex
> @@ -922,7 +922,7 @@ function codex_create_in_memory_cache_all() {
> ##
> #---------------------------------------------------------------------
> function codex_find_in_grimoire () {
> - find "$1" -follow -maxdepth 3 -mindepth 3 -perm +700 -name "$2"
> + find "$1" -follow -maxdepth 3 -mindepth 3 -perm /700 -name "$2"
If somebody uses devel sorcery with stable grimoire (unlikely, I
know), will this break for them?

regards
Florian




Archive powered by MHonArc 2.6.24.

Top of Page