Linked by Thom Holwerda on Mon 26th Mar 2007 17:24 UTC, submitted by lteo_calyptix
Thread beginning with comment 224755
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
Yes, I have experienced that as well. In order to get around that you must play with other env variables. It's only a few and you can do it on a case by case basis. Some of them also panic if the file system is not laid out properly so I usually use mtree to rebuild the structure and then after installing patches remove empty directories.






Member since:
2006-01-14
Of course, you could just do this:
1)Create a patch dir (say /usr/patches)
2) patch src and build for each affected system
3) env DESTDIR=/usr/patches make install
4) tar up the files and apply to other system
much easier, IMHO.