diff options
author | Leandro Heck | 2015-11-03 20:18:05 -0200 |
---|---|---|
committer | Leandro Heck | 2015-11-03 20:18:05 -0200 |
commit | 6734cc04390c971554fe93c5e0a2b952c2ca9a88 (patch) | |
tree | 7d5d2172b08674a2bbb294f4774be088dd9e1da6 /common/Makefile.am | |
parent | 1e38d4a1ed043f4ba68e290f515d305079bc3d21 (diff) | |
download | solarc-theme-6734cc04390c971554fe93c5e0a2b952c2ca9a88.tar.gz solarc-theme-6734cc04390c971554fe93c5e0a2b952c2ca9a88.tar.xz solarc-theme-6734cc04390c971554fe93c5e0a2b952c2ca9a88.zip |
Fixing some things
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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: |