aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2016-01-14 22:42:22 +0100
committerMattias Andrée <maandree@member.fsf.org>2016-01-14 22:42:22 +0100
commit104af14d68ca4520cba5cfb8b98619cc2aef44d7 (patch)
treec2c6c2af492437f34c872980a8386af049ba2f58
parentm (diff)
downloadnightshift-104af14d68ca4520cba5cfb8b98619cc2aef44d7.tar.gz
nightshift-104af14d68ca4520cba5cfb8b98619cc2aef44d7.tar.bz2
nightshift-104af14d68ca4520cba5cfb8b98619cc2aef44d7.tar.xz
m makefile
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
-rw-r--r--Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 237f98f..668b50d 100644
--- a/Makefile
+++ b/Makefile
@@ -5,28 +5,28 @@
# The package path prefix, if you want to install to another root, set DESTDIR to that root
-PREFIX ?= /usr
+PREFIX = /usr
# The command path excluding prefix
-BIN ?= /bin
+BIN = /bin
# The resource path excluding prefix
-DATA ?= /share
+DATA = /share
# The documenation path excluding prefix and /share
-DOC ?= /doc
+DOC = /doc
# The command path including prefix
-BINDIR ?= $(PREFIX)$(BIN)
+BINDIR = $(PREFIX)$(BIN)
# The resource path including prefix
-DATADIR ?= $(PREFIX)$(DATA)
+DATADIR = $(PREFIX)$(DATA)
# The documentation path including prefix and /share
-DOCDIR ?= $(DATADIR)$(DOC)
+DOCDIR = $(DATADIR)$(DOC)
# The license base path including prefix
-LICENSEDIR ?= $(DATADIR)/licenses
+LICENSEDIR = $(DATADIR)/licenses
# Python 3 command to use in shebangs
-SHEBANG ?= /usr/bin/env python3
+SHEBANG = /usr/bin/env python3
# The name of the command as it should be installed
-COMMAND ?= nightshift
+COMMAND = nightshift
# The name of the package as it should be installed
-PKGNAME ?= nightshift
+PKGNAME = nightshift
# Python source files
PYFILES = __main__.py interface.py