summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Vasile <james@jamesvasile.com>2013-02-07 11:38:49 -0500
committerJames Vasile <james@jamesvasile.com>2013-02-07 11:38:49 -0500
commitfdd1d041701a354e4e2980722a92339b815a6fe2 (patch)
tree16fe19ba2345a666eb520a641c6a80de4d8a2a2d
parent5aa7a680a906ada1221e46cf355842689e9dbf1b (diff)
Don't set DESTDIR in the Makefile
See http://www.gnu.org/prep/standards/html_node/DESTDIR.html#DESTDIR
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 847df38..fd1cbdc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,6 @@
#SHELL := /bin/bash
MAKE=make
BUILDDIR = vendor
-DESTDIR = debian
CSS=$(wildcard *.css)
CSS=$(subst .tiny,,$(shell find themes -type f -name '*.css'))