binarycrusader / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
0 stars 0 forks source link

.net bindings fail to install when make install not run as root #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In typical RPM packaging manner, the build system is chrooted and all
installation goes towards a virtual build root.

This is not working for the .Net bindings, they forcibly try to go to the
real root, where normally permission is denied. 

Original issue reported on code.google.com by dominiqu...@gmail.com on 13 Aug 2009 at 9:49

GoogleCodeExporter commented 9 years ago

Original comment by dominiqu...@gmail.com on 17 Aug 2009 at 5:27

GoogleCodeExporter commented 9 years ago
patch for fix install path to $(DESTDIR) and use mono gacdir for 
libproxy-sharp.pc

Original comment by A.Shaba...@gmail.com on 23 Sep 2009 at 12:40

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you very much, the patch has been commited to svn rev 425.

Original comment by dominiqu...@gmail.com on 24 Sep 2009 at 11:27