From 47f46d205cb2b6532799f8f1af42f60a99ca2805 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Sun, 16 Jul 2023 02:38:07 -0400 Subject: [PATCH] fix(rhash)[1] this seems to actually fix it. weird. --- projects/rhash.sourceforge.net/package.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/projects/rhash.sourceforge.net/package.yml b/projects/rhash.sourceforge.net/package.yml index 1bce8d0e..35ad792f 100644 --- a/projects/rhash.sourceforge.net/package.yml +++ b/projects/rhash.sourceforge.net/package.yml @@ -25,11 +25,10 @@ build: tea.xyz/gx/make: '*' script: - ./configure --prefix={{ prefix }} - # 1.4.4 tries to remove a file that doesn't exist - - run: | - sed -i.bak 's|rm -f $(LIBRHASH_SOLINK)|test -f $(LIBRHASH_SOLINK) \&\& rm -f $(LIBRHASH_SOLINK)|' Makefile - rm Makefile.bak - working-directory: librhash + + # Somehow, this doesn't get made in proper sequence in + # 1.4.4 + - run: make rhash if: =1.4.4 - make --jobs {{ hw.concurrency }}