mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
xbps-src: remove unused vars.
This commit is contained in:
parent
ba4413dbad
commit
6ffc94c857
1 changed files with 0 additions and 3 deletions
3
xbps-src
3
xbps-src
|
@ -537,7 +537,6 @@ case "$XBPS_TARGET" in
|
||||||
if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then
|
if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then
|
||||||
chroot_handler ${XBPS_TARGET} dummy
|
chroot_handler ${XBPS_TARGET} dummy
|
||||||
else
|
else
|
||||||
pkgver=xbps-src
|
|
||||||
remove_pkg_autodeps
|
remove_pkg_autodeps
|
||||||
${XBPS_INSTALL_CMD} -yu
|
${XBPS_INSTALL_CMD} -yu
|
||||||
fi
|
fi
|
||||||
|
@ -550,7 +549,6 @@ case "$XBPS_TARGET" in
|
||||||
if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then
|
if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then
|
||||||
chroot_handler remove-autodeps
|
chroot_handler remove-autodeps
|
||||||
else
|
else
|
||||||
pkgver=xbps-src
|
|
||||||
remove_pkg_autodeps
|
remove_pkg_autodeps
|
||||||
fi
|
fi
|
||||||
msg_normal "xbps-src: cleaning up masterdir...\n"
|
msg_normal "xbps-src: cleaning up masterdir...\n"
|
||||||
|
@ -573,7 +571,6 @@ case "$XBPS_TARGET" in
|
||||||
if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then
|
if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then
|
||||||
chroot_handler remove-autodeps
|
chroot_handler remove-autodeps
|
||||||
else
|
else
|
||||||
pkgver=xbps-src
|
|
||||||
remove_pkg_autodeps
|
remove_pkg_autodeps
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue