Hey guys,
I have a project I'm trying to build using the OBS, it builds the source just fine, but when it goes to:
It fails, this is what I have in my spec file:
I have never done this before, and since the OBS appliance never worked for me, I' trying using the OBS, so what am I doing wrong?
Thanks,
I have a project I'm trying to build using the OBS, it builds the source just fine, but when it goes to:
Code:
%build
Code:
%build
./configure --PREFIX=/usr
make
%install
su -c make install
Thanks,