Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
On 11.01.2010 10:55, Ante Karamatić wrote: > Even with --prefix and --sbindir defined, it still writes files into > /sbin. The only way you could force it to write somewhere else is by > prepending DESTDIR to 'make install' Actually, if one wants everything in the same place it should configure and install like this: ./configure --prefix=/ make make DESTDIR=/install/location install