PDCurses icon indicating copy to clipboard operation
PDCurses copied to clipboard

use DESTDIR

Open astralchan opened this issue 4 years ago • 0 comments
trafficstars

As mentioned here, the current install rule for the x11 port's Makefile.in doesn't use DESTDIR for installation; this makes it harder to package. DESTDIR is a standard make variable to be used to control files being moved to a system, see here.

astralchan avatar May 31 '21 03:05 astralchan