Update to 1.1.1j, rewrite spec, move to optdir

This commit is contained in:
Sergey Zhemoitel 2021-03-04 14:27:17 +03:00
parent 793d810148
commit d2e46a09f6

12
fixsimlink.sh Executable file
View file

@ -0,0 +1,12 @@
#!/bin/bash
LINK="$@"
FILE=$(ls -l $LINK | awk '{ print $11}')
[[ ! "$FILE" =~ ".xz" ]] && ln -sf $FILE.xz $LINK