Ticket #46116: patch-Makefile.skel.diff
File patch-Makefile.skel.diff, 412 bytes (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Makefile.skel
old new 27 27 # Location of final code. Change the value of USRDIR below to install Pyxplot 28 28 # to a location other than /usr/local: 29 29 30 USRDIR=/ usr/local30 USRDIR=/opt/local 31 31 BINDIR=${DESTDIR}${USRDIR}/bin 32 32 BINDIR_PRIVATE=${DESTDIR}${USRDIR}/lib/pyxplot 33 33 SRCDIR=${DESTDIR}${USRDIR}/share/pyxplot