initramfs-tools: add /usr/sbin to PATH, for xbps-* utils.
This commit is contained in:
parent
8abfb0c934
commit
d7f51721d0
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
umask 0022
|
||||
export PATH='/usr/bin:/sbin:/bin'
|
||||
export PATH='/usr/bin:/usr/sbin:/sbin:/bin'
|
||||
|
||||
# Defaults
|
||||
keep="n"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'initramfs-tools'
|
||||
pkgname=initramfs-tools
|
||||
_localver=118 # This is the XBPS version
|
||||
_localver=119 # This is the XBPS version
|
||||
_distver=0.99 # This should match debian version
|
||||
version=${_distver}.${_localver}
|
||||
short_desc="Tools for generating an initramfs"
|
||||
|
|
Loading…
Reference in New Issue