Merge pull request #1735 from rofl0r/empty_prefix

build: allow empty prefix - should this break on Amiga or other non POSIX systems, please speak up
This commit is contained in:
Bob Andrews
2022-05-06 13:04:00 +02:00
committed by GitHub
10 changed files with 131 additions and 31 deletions

View File

@@ -96,7 +96,6 @@ INSTALL = install
define INSTALL_recipe
$(if $(PREFIX),,$(error variable "PREFIX" must be set))
$(INSTALL) -d $(DESTDIR)$(datadir)/$(dir)
$(INSTALL) -m0644 ../$(dir)/*.* $(DESTDIR)$(datadir)/$(dir)