From fbeb964ee2439ecc17e1ba55aba7e9f18adbd7df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Sun, 1 Jul 2012 15:03:08 +0000 Subject: clean Makefile --- Makefile | 2 -- Makefile.config | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index dae1680..595ae63 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,6 @@ include Makefile.config PACKAGE = mageia-xfce-config VERSION = `date +%Y%m%d` -xfceconfdir=$(sysconfdir) - install: -install -d $(DESTDIR)$(xfceconfdir) -install -d $(DESTDIR)$(xfceconfdir)/Terminal diff --git a/Makefile.config b/Makefile.config index 29cd373..36e4e59 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,4 +1,5 @@ prefix=/usr datadir=$(prefix)/share -sysconfdir=/etc/xdg +sysconfdir=/etc iconsdir=$(datadir)/icons +xfceconfdir=$(sysconfdir)/xdg -- cgit v1.2.1