mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
00-compress-info-files.sh: remove dirname usage
This commit is contained in:
parent
c5b6940949
commit
974f2805f2
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ hook() {
|
|||
continue
|
||||
fi
|
||||
if [ -h ${PKGDESTDIR}/"$j" ]; then
|
||||
dirat=$(dirname "$j")
|
||||
dirat="${j%/*}/"
|
||||
lnkat=$(readlink ${PKGDESTDIR}/"$j")
|
||||
newlnk="${j##*/}"
|
||||
rm -f ${PKGDESTDIR}/"$j"
|
||||
|
|
Loading…
Add table
Reference in a new issue