summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorSean Davis <smd.seandavis@gmail.com>2018-08-30 06:07:18 -0400
committerSean Davis <smd.seandavis@gmail.com>2018-08-30 06:07:18 -0400
commitbdebeb85add59bc4222c1d2faae31b1a130990b4 (patch)
tree7b711f22c128c11a903443de9f409cb3fcd63d09 /Makefile.in
parent81e73bc9ab479de343b1ed38156a9cbaccec934a (diff)
downloadelementary-xfce-bdebeb85add59bc4222c1d2faae31b1a130990b4.tar.gz
Remove build from install. This fixes double building and prevents permissions from being replaced with 'make install'. Closes #121.
Diffstat (limited to 'Makefile.in')
-rwxr-xr-xMakefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 2ff1ef6f..6f089f12 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -8,13 +8,14 @@ all: $(SUBDIRS) build
$(SUBDIRS):
$(MAKE) -C $@
-install: build
+install:
install -d $(DESTDIR)/$(PREFIX)/share/icons
cp -rf build/elementary-xfce $(DESTDIR)/$(PREFIX)/share/icons
cp -rf build/elementary-xfce-dark $(DESTDIR)/$(PREFIX)/share/icons
cp -rf build/elementary-xfce-darker $(DESTDIR)/$(PREFIX)/share/icons
cp -rf build/elementary-xfce-darkest $(DESTDIR)/$(PREFIX)/share/icons
- @echo \nThe icon-theme cache has not yet been regenerated, which means your changes may not be visible yet. Please run 'make icon-caches' next.
+ @echo
+ @echo The icon-theme cache has not yet been regenerated, which means your changes may not be visible yet. Please run 'make icon-caches' next.
uninstall:
rm -rf $(DESTDIR)/$(PREFIX)/share/icons/elementary-xfce