summaryrefslogtreecommitdiffstats
path: root/.config/awesome/themes
diff options
context:
space:
mode:
Diffstat (limited to '.config/awesome/themes')
-rw-r--r--.config/awesome/themes/Makefile2
-rw-r--r--.config/awesome/themes/custom/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/awesome/themes/Makefile b/.config/awesome/themes/Makefile
index 85298f3..2c32a7e 100644
--- a/.config/awesome/themes/Makefile
+++ b/.config/awesome/themes/Makefile
@@ -1,4 +1,4 @@
-DESTDIR:=$(DESTDIR)/themes
+SUBDIR=themes
modules=custom
include ../../../dotfiles.mk
diff --git a/.config/awesome/themes/custom/Makefile b/.config/awesome/themes/custom/Makefile
index 8cebe3d..c5e3982 100644
--- a/.config/awesome/themes/custom/Makefile
+++ b/.config/awesome/themes/custom/Makefile
@@ -1,4 +1,4 @@
-DESTDIR:=$(DESTDIR)/custom
+SUBDIR=custom
objects=theme.lua
include ../../../../dotfiles.mk