From b1adfe30da122d875ea1f22ca1fa0fdd0032ddf7 Mon Sep 17 00:00:00 2001 From: Leandro Heck Date: Wed, 7 Oct 2015 20:17:03 -0300 Subject: Adding new script to upgrade the theme --- common/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/Makefile.am') diff --git a/common/Makefile.am b/common/Makefile.am index 488c211..0a0e1c8 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -6,6 +6,11 @@ ithemedir = $(DESTDIR)$(themedir) ithemedarkerdir = $(DESTDIR)$(themedarkerdir) ithemedarkdir = $(DESTDIR)$(themedarkdir) +install-exec-hook: + @ echo "Coping/upgrading arc-theme-upgrade script to /usr/bin/" + @ pwd + @ cp -f ../arc-theme-upgrade /usr/bin/ + install-data-local: if ENABLE_LIGHT -- cgit v1.2.3 From d4bb7c4146ee592df1391b238abe0f76e4e786d8 Mon Sep 17 00:00:00 2001 From: Leandro Heck Date: Wed, 7 Oct 2015 20:30:10 -0300 Subject: Revemoving unecessary commands --- common/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'common/Makefile.am') diff --git a/common/Makefile.am b/common/Makefile.am index 0a0e1c8..144e43e 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -8,7 +8,6 @@ ithemedarkdir = $(DESTDIR)$(themedarkdir) install-exec-hook: @ echo "Coping/upgrading arc-theme-upgrade script to /usr/bin/" - @ pwd @ cp -f ../arc-theme-upgrade /usr/bin/ install-data-local: -- cgit v1.2.3 From 6734cc04390c971554fe93c5e0a2b952c2ca9a88 Mon Sep 17 00:00:00 2001 From: Leandro Heck Date: Tue, 3 Nov 2015 20:18:05 -0200 Subject: Fixing some things --- common/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/Makefile.am') diff --git a/common/Makefile.am b/common/Makefile.am index 144e43e..ae975c6 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -8,7 +8,7 @@ ithemedarkdir = $(DESTDIR)$(themedarkdir) install-exec-hook: @ echo "Coping/upgrading arc-theme-upgrade script to /usr/bin/" - @ cp -f ../arc-theme-upgrade /usr/bin/ + @ cp -f $(srcdir)/arc-theme-upgrade /usr/bin/ install-data-local: -- cgit v1.2.3 From a2e5d106e7ab364626f970147e2815b14bb95440 Mon Sep 17 00:00:00 2001 From: Leandro Heck Date: Thu, 5 Nov 2015 22:59:04 -0200 Subject: Removed script install commands --- common/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'common/Makefile.am') diff --git a/common/Makefile.am b/common/Makefile.am index ae975c6..2ef559f 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -7,8 +7,6 @@ ithemedarkerdir = $(DESTDIR)$(themedarkerdir) ithemedarkdir = $(DESTDIR)$(themedarkdir) install-exec-hook: - @ echo "Coping/upgrading arc-theme-upgrade script to /usr/bin/" - @ cp -f $(srcdir)/arc-theme-upgrade /usr/bin/ install-data-local: -- cgit v1.2.3