From d8aa1d0ed1cc726ea3d7cd6a39e0f57379d2142d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 14 Apr 2013 01:03:11 +0200 Subject: 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). --- .local/share/Makefile | 2 +- .local/share/applications/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.local/share') 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 -- cgit v1.2.3-54-g00ecf