summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-04-14 01:03:11 +0200
committerGravatar Tom Willemse2013-04-14 01:03:11 +0200
commitd8aa1d0ed1cc726ea3d7cd6a39e0f57379d2142d (patch)
tree969fbf2d6ae4172240b41b59fc63f5c068fb5e21 /.local
parent9ab70194a65f1d7ab726aaacdb43a58a02a048b6 (diff)
downloaddotfiles-d8aa1d0ed1cc726ea3d7cd6a39e0f57379d2142d.tar.gz
dotfiles-d8aa1d0ed1cc726ea3d7cd6a39e0f57379d2142d.zip
Have the install command uninstall first
The new uninstall functionality tries to remove any "orphan" files. Files that were installed during the last install, but will not be installed this time (because of removal, not necessity).
Diffstat (limited to '.local')
-rw-r--r--.local/Makefile2
-rw-r--r--.local/share/Makefile2
-rw-r--r--.local/share/applications/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/.local/Makefile b/.local/Makefile
index 4b1a1cf..a473a83 100644
--- a/.local/Makefile
+++ b/.local/Makefile
@@ -1,4 +1,4 @@
-DESTDIR:=$(DESTDIR)/.local
+SUBDIR=.local
modules=share
include ../dotfiles.mk
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