Skip to content

Commit

Permalink
The icon shouldn't be executable
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion committed Dec 10, 2012
1 parent 5599ed8 commit 79c7f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ install:
install config/*.lua $(DESTDIR)/etc/xdg/luakit/
chmod 644 $(DESTDIR)/etc/xdg/luakit/*.lua
install -d $(DESTDIR)/usr/share/pixmaps
install extras/luakit.png $(DESTDIR)/usr/share/pixmaps/
install -m0755 extras/luakit.png $(DESTDIR)/usr/share/pixmaps/
install -d $(DESTDIR)/usr/share/applications
install -m0644 extras/luakit.desktop $(DESTDIR)/usr/share/applications/
install -d $(MANPREFIX)/man1/
Expand Down

0 comments on commit 79c7f4a

Please sign in to comment.