Code::Blocks Forums

User forums => Help => Topic started by: Belgabor on September 21, 2006, 01:03:31 am

Title: Makefile Bug in current SVN (rev 2986)
Post by: Belgabor on September 21, 2006, 01:03:31 am
There is a small bug in the makefiles of current SVN regarding the install of codesnippets.zip and scriptedwizard.zip. The Makefiles ignore the $(DESTDIR) variable and always try to install to /usr/share/codeblocks. This leads to a sandbox violation on Gentoo.
Title: Re: Makefile Bug in current SVN (rev 2986)
Post by: mandrav on September 21, 2006, 07:51:15 pm
Thanks for reporting this, I 'll fix it tonight.
Title: Re: Makefile Bug in current SVN (rev 2986)
Post by: mandrav on September 21, 2006, 09:13:48 pm
Fix committed in revision 2987.
Title: Re: Makefile Bug in current SVN (rev 2986)
Post by: Belgabor on September 21, 2006, 11:36:45 pm
Thanks =)