I have created a SPEC file that contains the lines,
%files
/usr/bin/myFile1
/usr/bin/myFile2
And I can build the SPEC file without any errors. But after installing the RPM package through "yum", the files reside as such specified in the files section.
By that I mean, myFile1 resides in /usr/bin and myFile2 resides in /usr/bin, rightly so.
But if while installing can i specify some path, so that it resides in the specified directory.
Say can I specify a directory /disk1/myFolder so that the installed files will be like, /disk1/myFolder/myFile1 and so..
How can I specify a user defined directory while installing it and what changes I have to make in the SPEC file to achieve that?
--
Regards,
Kali
_______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxxxxx http://lists.rpm.org/mailman/listinfo/rpm-list