xbps-src: append /usr/local/{s,}bin to PATH in INSTALL/REMOVE scripts.
This commit is contained in:
parent
d05d16ad3d
commit
6227b9f1f7
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
#-
|
#-
|
||||||
# Copyright (c) 2009-2010 Juan Romero Pardines.
|
# Copyright (c) 2009-2011 Juan Romero Pardines.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -63,7 +63,7 @@ xbps_write_metadata_scripts_pkg()
|
||||||
# not possible to chroot(3).
|
# not possible to chroot(3).
|
||||||
#
|
#
|
||||||
|
|
||||||
export PATH="/bin:/sbin:/usr/bin:/usr/sbin"
|
export PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
|
||||||
|
|
||||||
TRIGGERSDIR="./var/db/xbps/triggers"
|
TRIGGERSDIR="./var/db/xbps/triggers"
|
||||||
ACTION="\$1"
|
ACTION="\$1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue