On 22/01/17 12:38, Martin Gansser wrote:
Hi, i want o create a rpm package of a small plugin for nuvolaplayer, but this fails with this error:
+ cd /home/martin/rpmbuild/BUILD + '[' /home/martin/rpmbuild/BUILDROOT/nuvola-app-spotify-2.2-0.1git1828d92.fc25.x86_64 '!=' / ']' + rm -rf /home/martin/rpmbuild/BUILDROOT/nuvola-app-spotify-2.2-0.1git1828d92.fc25.x86_64 rm: cannot remove '/home/martin/rpmbuild/BUILDROOT/nuvola-app-spotify-2.2-0.1git1828d92.fc25.x86_64/usr/share/nuvolaplayer3/web_apps/spotify/icons/22.png': Permission denied rm: cannot remove '/home/martin/rpmbuild/BUILDROOT/nuvola-app-spotify-2.2-0.1git1828d92.fc25.x86_64/usr/share/nuvolaplayer3/web_apps/spotify/icons/128.png': Permission denied
This is the rpm spec file I use: https://martinkg.fedorapeople.org/Packages/nuvolaplayer/nuvola-app-spotify.spec
At a glance: the usual convention is 'make DESTDIR=... install', not 'make install DEST=---'
Cheers! -alec _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org