xbps-src: remove unnecessary variable assignments.
This commit is contained in:
parent
e4ba462dc2
commit
cfb09f2d9f
3 changed files with 22 additions and 23 deletions
|
@ -24,14 +24,14 @@
|
|||
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#-
|
||||
|
||||
: ${XBPS_CONFIG_FILE:=@@XBPS_INSTALL_ETCDIR@@/xbps-src.conf}
|
||||
XBPS_CONFIG_FILE=@@XBPS_INSTALL_ETCDIR@@/xbps-src.conf
|
||||
|
||||
: ${progname:=$(basename $0)}
|
||||
: ${fakeroot_cmd:=/usr/bin/fakeroot}
|
||||
: ${fakeroot_cmd_args:=--}
|
||||
: ${sudo_cmd:=sudo}
|
||||
: ${chroot_cmd:=chroot}
|
||||
: ${xbps_machine:=$(uname -m)}
|
||||
progname=$(basename $0)
|
||||
fakeroot_cmd=/usr/bin/fakeroot
|
||||
fakeroot_cmd_args="--"
|
||||
sudo_cmd=sudo
|
||||
chroot_cmd=chroot
|
||||
xbps_machine=$(uname -m)
|
||||
|
||||
# Required utilities in host system.
|
||||
REQHOST_UTILS="awk bash bison sed gcc msgfmt patch makeinfo \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue