summaryrefslogtreecommitdiffstats
path: root/.local/share
diff options
context:
space:
mode:
Diffstat (limited to '.local/share')
-rw-r--r--.local/share/Makefile2
-rw-r--r--.local/share/applications/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/.local/share/Makefile b/.local/share/Makefile
index c06880a..da723ff 100644
--- a/.local/share/Makefile
+++ b/.local/share/Makefile
@@ -1,4 +1,4 @@
-DESTDIR:=$(DESTDIR)/share
+SUBDIR=share
modules=applications
include ../../dotfiles.mk
diff --git a/.local/share/applications/Makefile b/.local/share/applications/Makefile
index 3d2ca22..4fb9a44 100644
--- a/.local/share/applications/Makefile
+++ b/.local/share/applications/Makefile
@@ -1,4 +1,4 @@
-DESTDIR:=$(DESTDIR)/applications
+SUBDIR=applications
objects=moc.desktop ncmpcpp.desktop poweroff.desktop reboot.desktop
include ../../../dotfiles.mk