mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
programs/dtappintegrate: make PATH include /bin.
Without this, we fail without the /usr merge because 'date' is unavailable.
This commit is contained in:
parent
2c4cdb5edf
commit
87d863b8a4
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ APPMAN_FILES="(*)"
|
|||
|
||||
ID=$(id)
|
||||
LOGFILE=$(mktemp /tmp/dtappint.logXXXXXXXXXXXXXXXX)
|
||||
PATH=CDE_INSTALLATION_TOP/bin:/usr/bin
|
||||
PATH=CDE_INSTALLATION_TOP/bin:/usr/bin:/bin
|
||||
|
||||
XCOMM -------------------------------------------------------------------
|
||||
XCOMM Save application's name in variable.
|
||||
|
|
Loading…
Reference in a new issue