Merge pull request #688 from ant1/master
Do not prepend DESTDIR twice when installing unicorn.pc on FreeBSD
This commit is contained in:
4
Makefile
4
Makefile
@ -183,9 +183,9 @@ LIBDATADIR ?= $(LIBDIR)
|
|||||||
|
|
||||||
ifndef USE_GENERIC_LIBDATADIR
|
ifndef USE_GENERIC_LIBDATADIR
|
||||||
ifeq ($(UNAME_S), FreeBSD)
|
ifeq ($(UNAME_S), FreeBSD)
|
||||||
LIBDATADIR = $(DESTDIR)$(PREFIX)/libdata
|
LIBDATADIR = $(PREFIX)/libdata
|
||||||
else ifeq ($(UNAME_S), DragonFly)
|
else ifeq ($(UNAME_S), DragonFly)
|
||||||
LIBDATADIR = $(DESTDIR)$(PREFIX)/libdata
|
LIBDATADIR = $(PREFIX)/libdata
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user