On Tue, 2015-10-13 at 10:21 +0200, Peter Korsgaard wrote: > > > > > > "Ian" == Ian Campbell <[email protected]> writes: > > Hi, > > > I'd be inclined to: > > * Prefix everything except bin2fex+fex2bin with sunxi- > > * Try doing the rename via Makefile runes to start with but consider > > renaming if the Makefile gets too ugly > > * Add an install rule starting with just the 4 mentioned above. > Others > > can be added later. > > Sounds sensible to me. Please make sure the install rule respects > DESTDIR.
Absolutely! I was intending: DESTDIR ?= PREFIX ?= /usr/local Then install to $(DESTDIR)$(prefix)/bin. Packages would then most likely want to use DESTDIR=/some/pkgbuild/scratch/area PREFIX=/usr. Ian. -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
