mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
patchutils: Update to 0.3.4.
* gnu/packages/patchutils.scm (patchutils): Update to 0.3.4. [arguments]: Simplify 'patch-test-scripts' phase. * gnu/packages/patches/patchutils-xfail-gendiff-tests.patch: Rename to... * gnu/packages/patches/patchutils-test-perms.patch: ...this. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
This commit is contained in:
parent
7b05e957fa
commit
5f230fb279
4 changed files with 20 additions and 34 deletions
14
gnu/packages/patches/patchutils-test-perms.patch
Normal file
14
gnu/packages/patches/patchutils-test-perms.patch
Normal file
|
@ -0,0 +1,14 @@
|
|||
Need to mark one of the tests as PHONY to get permissions set correctly on
|
||||
built scripts.
|
||||
|
||||
--- a/Makefile.in 2011-02-10 09:44:43.000000000 -0600
|
||||
+++ b/Makefile.in 2018-11-29 21:52:05.000000000 -0600
|
||||
@@ -1106,5 +1108,6 @@
|
||||
rm -f $(DESTDIR)$(bindir)/"`echo lsdiff|sed '$(transform)'`"
|
||||
rm -f $(DESTDIR)$(bindir)/"`echo grepdiff|sed '$(transform)'`"
|
||||
|
||||
+.PHONY: tests/newline1/run-test
|
||||
tests/newline1/run-test: src/combinediff$(EXEEXT) src/flipdiff$(EXEEXT) \
|
||||
src/lsdiff$(EXEEXT) src/grepdiff$(EXEEXT) \
|
||||
scripts/splitdiff
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue