Blame deepin-icon-theme_fix-makefile.patch

c374253
--- a/Makefile
c374253
+++ b/Makefile
c374253
@@ -18,7 +18,7 @@
c374253
 	find deepin -type f | xargs md5sum | sort | uniq --check-chars=32 -d
c374253
 	find deepin-dark -type f | xargs md5sum | sort | uniq --check-chars=32 -d
c374253
 
c374253
-check-perm: hicolor-links
c374253
+check-perm:
c374253
 	@echo "Fix icon files permission"
c374253
 	find deepin -type f -exec chmod 644 {} \;
c374253
 	find deepin-dark -type f -exec chmod 644 {} \;
c374253
@@ -35,12 +35,15 @@
c374253
 clean:
c374253
 	rm -rf build
c374253
 
c374253
+install: install-icons install-cursors hicolor-links
c374253
 
c374253
 install-icons:
c374253
 	mkdir -p $(DESTDIR)$(PREFIX)/share/icons/deepin
c374253
 	cp -r deepin/* $(DESTDIR)$(PREFIX)/share/icons/deepin
c374253
 	mkdir -p $(DESTDIR)$(PREFIX)/share/icons/deepin-dark
c374253
 	cp -r deepin-dark/* $(DESTDIR)$(PREFIX)/share/icons/deepin-dark
c374253
+	mkdir -p $(DESTDIR)$(PREFIX)/share/icons/Sea
c374253
+	cp -r Sea/* $(DESTDIR)$(PREFIX)/share/icons/Sea
c374253
 
c374253
 install-cursors:
c374253
 	mkdir -p $(DESTDIR)$(PREFIX)/share/icons/deepin
c374253
@@ -48,4 +51,4 @@
c374253
 	install -m644 deepin/cursor.theme $(DESTDIR)$(PREFIX)/share/icons/deepin/cursor.theme
c374253
 
c374253
 hicolor-links:
c374253
-	./tools/hicolor.links deepin hicolor.list ./
c374253
+	./tools/hicolor.links deepin hicolor.list $(DESTDIR)