mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 02:53:50 +02:00
commit
dfc164c2e7
2 changed files with 14 additions and 1 deletions
13
srcpkgs/xbps/INSTALL.msg
Normal file
13
srcpkgs/xbps/INSTALL.msg
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
|
||||||
|
ATTENTION, ACHTUNG, ATENCION
|
||||||
|
|
||||||
|
There are currently problems with the update process if the sh alternative is
|
||||||
|
not set to dash.
|
||||||
|
|
||||||
|
To find out what the current sh alternative is:
|
||||||
|
|
||||||
|
xbps-alternatives -l -g sh
|
||||||
|
|
||||||
|
To set the sh alternative to dash:
|
||||||
|
|
||||||
|
xbps-alternatives -g sh -s dash
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xbps'
|
# Template file for 'xbps'
|
||||||
pkgname=xbps
|
pkgname=xbps
|
||||||
version=0.51
|
version=0.51
|
||||||
revision=12
|
revision=13
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=configure
|
build_style=configure
|
||||||
short_desc="The XBPS package system utilities"
|
short_desc="The XBPS package system utilities"
|
||||||
|
|
Loading…
Add table
Reference in a new issue