Comment 4 for bug 233942

Revision history for this message
Serhiy Kachaniuk (serzholino) wrote :

Claude, by default make/make install in cdrkit sources will install it in /usr/local prefix
cdrkit uses cmake, so what i've done was:
#mkdir cdrkit-build
#cd cdrkit-build
#cmake -D CMAKE_INSTALL_PREFIX=/usr /path/to/cdrkit/sources
#make
#sudo make install

And k3b started burning correct disks, no other packages required rebuild.

Please mark this bug as confirmed, maybe this will help attract more attention to it...