From: Michael J. D. <mdo...@Mc...> - 2001-03-23 00:01:22
|
Why does RPM 3.0.5 change the PATH environment variable during install. It leaves the path as is during %prep, %build, and %install, but it changes it during%pre and %post. before running install PATH=./:/home/myuser/etc:/home/myuser/bin:/usr/opt/freeware/bin:/usr/bin:/usr/sbin:/usr/local/bin during %pre and %post steps in install PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin TIA, - Mike |