Hello!
I'm new to the build-service and have read many docs on the server, but I cannot solve this problem:
My program compiles fine, but the make install fails:
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.31996
+ umask 022
+ cd /usr/src/packages/BUILD
+ cd ourDicom-0.0.20080919
+ make DESTDIR=/var/tmp/ourDicom-0.0.20080919-build install
mkdir: cannot create directory `/usr/share/ourDicom/': Permission denied
make: *** [install_target] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.31996 (%install)
I defined in my .pro file there to install the files (the startscript ourDicom.sh in /usr/bin
and the other in /urs/shar/ourDicom/
I even defined the dir seperately in the spec-file but it doesn't help.
Thanks for any help.



Reply With Quote

Bookmarks