forked from pool/gnu_parallel
Accepting request 993350 from utilities
OBS-URL: https://build.opensuse.org/request/show/993350 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnu_parallel?expand=0&rev=78
This commit is contained in:
commit
ec8f2991c2
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 5 14:58:48 UTC 2022 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Use full path for perl interpreter to fix
|
||||
"/usr/bin/parallel: perl: bad interpreter: No such file or directory"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 25 06:31:00 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -83,7 +83,7 @@ This subpackage contains the zsh completion for Parallel.
|
||||
cp -a CITATION NEWS README "%buildroot/%_docdir/%name/"
|
||||
|
||||
# fix shebang to to not use env & preserve the time stamps
|
||||
sed -i.orig "s:^#\!/usr/bin/env\s\+perl\s\?$:#!perl:" "%buildroot/%_bindir/parallel"
|
||||
sed -i.orig "s:^#\!/usr/bin/env\s\+perl\s\?$:#!/usr/bin/perl:" "%buildroot/%_bindir/parallel"
|
||||
touch -r "%buildroot/%_bindir/parallel.orig" "%buildroot/%_bindir/parallel"
|
||||
rm "%buildroot/%_bindir/parallel.orig"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user