mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
xbps-src: replace dirname(1) usage
This commit is contained in:
parent
9c39291c28
commit
fa40215823
1 changed files with 1 additions and 1 deletions
2
xbps-src
2
xbps-src
|
@ -491,7 +491,7 @@ if [ -n "$IN_CHROOT" ]; then
|
|||
readonly XBPS_CONFIG_FILE=/etc/xbps/xbps-src.conf
|
||||
readonly XBPS_DISTDIR=/void-packages
|
||||
else
|
||||
_distdir="$(readlink -f $(dirname $0))"
|
||||
_distdir="$(readlink -f ${0%/*})"
|
||||
if [ "${_distdir}" = "." ]; then
|
||||
readonly XBPS_DISTDIR="$(pwd -P)"
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue