Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler committed Aug 8, 2016
1 parent c4f4232 commit b6ec725
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
all: install

install:
install -d /usr/share/sabayon-welcome
install -Dm755 sabayon-welcome /usr/bin/sabayon-welcome
install -Dm755 sabayon-welcome.desktop /usr/share/applications/sabayon-welcome.desktop
install -Dm755 sabayon-welcome.desktop /etc/skel/.config/autostart/sabayon-welcome.desktop
cp -R data/* /usr/share/sabayon-welcome/
install -m 755 -d $(DESTDIR)/usr/share/sabayon-welcome
install -Dm755 sabayon-welcome $(DESTDIR)/usr/bin/sabayon-welcome
install -Dm755 sabayon-welcome.desktop $(DESTDIR)/usr/share/applications/sabayon-welcome.desktop
install -Dm755 sabayon-welcome.desktop $(DESTDIR)/etc/skel/.config/autostart/sabayon-welcome.desktop
cp -R data/* $(DESTDIR)/usr/share/sabayon-welcome/

0 comments on commit b6ec725

Please sign in to comment.