From 84ff3c87ed230942a2560df649c519067ec06206 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Sat, 11 Feb 2017 21:38:30 -0600 Subject: [PATCH] fix Makefile --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 900a548..3427e5a 100644 --- a/Makefile +++ b/Makefile @@ -19,13 +19,13 @@ endif # Configuration: Use values from command line if provided, default values otherwise. at_spi_service ?= True -background_images_dir ?= $(realpath $(DESTDIR)/usr/share/backgrounds) -config_dir ?= $(realpath $(DESTDIR)/etc/lightdm) +background_images_dir ?= $(abspath $(DESTDIR)/usr/share/backgrounds) +config_dir ?= $(abspath $(DESTDIR)/etc/lightdm) debug_mode ?= False decorated ?= False -greeters_dir ?= $(realpath $(DESTDIR)/usr/share/xgreeters) -locale_dir ?= $(realpath $(DESTDIR)/usr/share/locale) -themes_dir ?= $(realpath $(DESTDIR)/usr/share/web-greeter/themes) +greeters_dir ?= $(abspath $(DESTDIR)/usr/share/xgreeters) +locale_dir ?= $(abspath $(DESTDIR)/usr/share/locale) +themes_dir ?= $(abspath $(DESTDIR)/usr/share/web-greeter/themes) logo_image ?= $(themes_dir)/default/img/antergos-logo-user.png stays_on_top ?= True user_image ?= $(themes_dir)/default/img/antergos.png