[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: debian packages : DESTDIR



   DESTDIR should be debian/tmp and not `pwd`/debian/tmp no ?
   How can change it ?

No, DESTDIR should probably be an absolute path, so `pwd` is correct.
The likely cause of the error is that the program's Makefile attempts
to install files into directories that it does not create first.  You
can either modify the Makefile to create them or you can create them
in the binary target before running make install.

HTH,

Ben.


--
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: