Thanks!

> On Wednesday, November 10, 2021, 03:10:43 PM CST, David Cantrell 
> <dcantr...@redhat.com> wrote: 

>This is common practice in older projects.  You have a couple of options:

> 1) Patch Makefile.in to honor DESTDIR.  Make the install target look ike this:

install: gbuffy
        ./mkinstalldirs $(DESTDIR)$(bindir)
        $(INSTALL) gbuffy $(DESTDIR)$(bindir)


I went with option 1, because it is a long-term fix (I think). I think it works 
now.

Thanks again!!
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to