initramfs-tools: add /usr/sbin to PATH, for xbps-* utils.
This commit is contained in:
parent
8abfb0c934
commit
d7f51721d0
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
umask 0022
|
umask 0022
|
||||||
export PATH='/usr/bin:/sbin:/bin'
|
export PATH='/usr/bin:/usr/sbin:/sbin:/bin'
|
||||||
|
|
||||||
# Defaults
|
# Defaults
|
||||||
keep="n"
|
keep="n"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'initramfs-tools'
|
# Template file for 'initramfs-tools'
|
||||||
pkgname=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
|
_distver=0.99 # This should match debian version
|
||||||
version=${_distver}.${_localver}
|
version=${_distver}.${_localver}
|
||||||
short_desc="Tools for generating an initramfs"
|
short_desc="Tools for generating an initramfs"
|
||||||
|
|
Loading…
Add table
Reference in a new issue