rpmbuild error

Michael Schwendt mschwendt at gmail.com
Mon Nov 30 09:03:06 UTC 2015


On Sun, 29 Nov 2015 22:32:58 -0600, Ranjan Maitra wrote:

> Hello,
> 
> I am trying to build a RPM for luksipc to allow for in-place LUKS encryption of existing HDDs from a LiveUSB without erasing their data but I am running into some errors. The trouble is that the file does not come with a make install in the Makefile: thus the executable is not moved to the file. Therefore, I wonder how do I deal with such a situation?
> 

Fill your currently empty %install section with commands to install
the files into the buildroot yourself. You can even run the "install"
command to copy files and set file attributes, too.


More information about the users mailing list