~landronimirc/elementaryicons/master

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Sean Davis
  • Date: 2018-08-30 10:07:18 UTC
  • Revision ID: git-v1:bdebeb85add59bc4222c1d2faae31b1a130990b4
Remove build from install. This fixes double building and prevents permissions from being replaced with 'make install'. Closes #121.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
$(SUBDIRS):
9
9
        $(MAKE) -C $@
10
10
 
11
 
install: build
 
11
install:
12
12
        install -d $(DESTDIR)/$(PREFIX)/share/icons
13
13
        cp -rf build/elementary-xfce $(DESTDIR)/$(PREFIX)/share/icons
14
14
        cp -rf build/elementary-xfce-dark $(DESTDIR)/$(PREFIX)/share/icons
15
15
        cp -rf build/elementary-xfce-darker $(DESTDIR)/$(PREFIX)/share/icons
16
16
        cp -rf build/elementary-xfce-darkest $(DESTDIR)/$(PREFIX)/share/icons
17
 
        @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.
 
17
        @echo
 
18
        @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.
18
19
 
19
20
uninstall:
20
21
        rm -rf $(DESTDIR)/$(PREFIX)/share/icons/elementary-xfce