gnsutep and DESTDIR
Riccardo Mottola
rmottola at opencsw.org
Tue May 20 01:21:10 CEST 2014
Hi,
I got gnustep-base workign (commited the mgar makefile) I had to define
however the following target:
install-sourcegs:
. $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd
$(WORKSRC) && /usr/bin/env -i $(INSTALL_ENV) && $(MAKE) install
DESTDIR=$(DESTDIR)
@$(MAKECOOKIE)
that is, explicitely set DESDTIR after INSTALL. Otheriwse it wouldn't
work. I tried explicitely exporting $DESTDIR before install, but it did
not help.
Do you think this is correct or is there a better way?
Riccardo
More information about the maintainers
mailing list