Le Mon, Mar 16, 2009 at 06:44:57PM +0100, Jaromír Mikeš a écrit : > --- Makefile.orig 2008-08-02 22:58:15.000000000 +0200 > +++ Makefile 2009-03-15 12:27:31.000000000 +0100 > @@ -15,7 +15,7 @@ > # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. > > > -PREFIX = /usr/local > +PREFIX = /usr
Hi Jaromír, by the way, you do not need to patch PREFIX in Upstream's Makefile, as you can override this in debian/rules by a command like $(MAKE) PREFIX=/usr. This reduces the complexity of your patch and makes it more likely to be accepted upstream, which is not only a way to simplify your work, but also a way for Debian as a whole to contribute back to the communauty. Have a nice day, -- Charles Plessy Tsurumi, Kanagawa, Japan -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

