mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-13 10:30:16 +00:00
Don't set DESTDIR in the Makefile
See http://www.gnu.org/prep/standards/html_node/DESTDIR.html#DESTDIR
This commit is contained in:
parent
5aa7a680a9
commit
fdd1d04170
1
Makefile
1
Makefile
@ -1,7 +1,6 @@
|
|||||||
#SHELL := /bin/bash
|
#SHELL := /bin/bash
|
||||||
MAKE=make
|
MAKE=make
|
||||||
BUILDDIR = vendor
|
BUILDDIR = vendor
|
||||||
DESTDIR = debian
|
|
||||||
|
|
||||||
CSS=$(wildcard *.css)
|
CSS=$(wildcard *.css)
|
||||||
CSS=$(subst .tiny,,$(shell find themes -type f -name '*.css'))
|
CSS=$(subst .tiny,,$(shell find themes -type f -name '*.css'))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user