Fix typo in DESTDIR in makefile
This commit is contained in:
parent
992f32330c
commit
7e18b87707
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
.PHONY: all release dev manpages install deb-pkg clean uninstall run run-dialog
|
.PHONY: all release dev manpages install deb-pkg clean uninstall run run-dialog
|
||||||
|
|
||||||
DESTDIR ?= =
|
DESTDIR ?=
|
||||||
PREFIX ?= /usr/local
|
PREFIX ?= /usr/local
|
||||||
BINDIR ?= $(PREFIX)/bin
|
BINDIR ?= $(PREFIX)/bin
|
||||||
LIBEXECDIR ?= $(PREFIX)/libexec
|
LIBEXECDIR ?= $(PREFIX)/libexec
|
||||||
|
Loading…
Reference in New Issue
Block a user