Don't set DESTDIR in the Makefile

See http://www.gnu.org/prep/standards/html_node/DESTDIR.html#DESTDIR
This commit is contained in:
James Vasile 2013-02-07 11:38:49 -05:00
parent 5aa7a680a9
commit fdd1d04170

View File

@ -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'))