Hi *, On Fri, May 27, 2005 at 12:17:19AM +0300, Hristo Hristov wrote: > On Thursday 26 May 2005 09:15, Oliver Braun wrote: > > Hristo Hristov wrote: > [...] > > 3. What is the output of "rpm --showrc | grep -C 3 tmp" on your system ? > [EMAIL PROTECTED] ~]$ rpm --showrc | grep -C 3 tmp > [...] > -14: _tmppath ~/rpm-build/tmp > -14: _topdir ~/rpm-build > [EMAIL PROTECTED] ~]$ > [...]
a "mkdir -p ~/rpm-build/tmp" should solve your problem. Alternatively you could create a link "~/rpm-build/tmp -> <tmp-dir-of-your-choice>" yet another possibility would be to reconfigure rpm to use another tmppath (create a file ~/.rpmmacros that contains the line "%_tmppath /path/where/tmp-files/should/go" (make sure that the directory exists and that you have write permissions to it) HTH, ciao Christian -- NP: Paradise Lost - Joys Of The Emptiness --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
