–
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
SLED 11 SP3 (x86_64) GNOME 2.28.0 Kernel 3.0.101-0.8-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
–
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
SLED 11 SP3 (x86_64) GNOME 2.28.0 Kernel 3.0.101-0.8-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
On Fri 10 Jan 2014 12:56:01 AM CST, jurgen73 wrote:
Thanks everybody,
0%{?fedora} worked like a charm, but I’m having another problem, I’m
trying to build a library and when OBS gets to this part of the spec
file:
Code:
%install
%{__make} install
It says it cannot copy regylar file /usr/lib/library-version.so: access
denied.
I thought OBS did all the process using root privileges and if root
cannot copy a file to that folder what can be causing that?
Thanks,
Hi
Because your not trying to install in the buildroot, you need to check
the Makefile to see if it respects DESTDIR.
make DESTDIR=%{buildroot} install
–
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 13.1 (Bottle) (x86_64) GNOME 3.10.2 Kernel 3.11.6-4-desktop
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!