Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
add Makefile
Browse files Browse the repository at this point in the history
Change-Id: Idc713611d822b14ddee478007fee92ff920bc01e
  • Loading branch information
Xu Fasheng committed Nov 11, 2015
1 parent 94fb74a commit 8cf999d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
PREFIX = /usr

install:
install -d ${DESTDIR}${PREFIX}/share/icons/
install -d ${DESTDIR}${PREFIX}/share/icons/default
cp -r Deepin-Cursor ${DESTDIR}${PREFIX}/share/icons/

0 comments on commit 8cf999d

Please sign in to comment.