initramfs-tools: add /usr/sbin to PATH, for xbps-* utils.

This commit is contained in:
Juan RP 2012-03-09 00:02:53 +01:00
parent 8abfb0c934
commit d7f51721d0
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"