mirror of
https://abf.rosa.ru/djam/openssl1.1.git
synced 2025-02-23 08:02:52 +00:00
Update to 1.1.1j, rewrite spec, move to optdir
This commit is contained in:
parent
793d810148
commit
d2e46a09f6
1 changed files with 12 additions and 0 deletions
12
fixsimlink.sh
Executable file
12
fixsimlink.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
LINK="$@"
|
||||
|
||||
FILE=$(ls -l $LINK | awk '{ print $11}')
|
||||
|
||||
[[ ! "$FILE" =~ ".xz" ]] && ln -sf $FILE.xz $LINK
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue