Skip to content

Commit

Permalink
Change location
Browse files Browse the repository at this point in the history
  • Loading branch information
abchk1234 committed Oct 28, 2014
1 parent 5485b20 commit e2e8bc4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ install: all
$(INSTALL) -d $(DESTDIR)$(bindir)
$(INSTALL) -d $(DESTDIR)$(icons)
$(INSTALL) -d $(DESTDIR)$(appdir)
$(INSTALL) -m755 pdf2png.py $(DESTDIR)$(bindir)/pdf2png
$(INSTALL) -m755 bin/pdf2png.py $(DESTDIR)$(bindir)/pdf2png
$(INSTALL) -m644 install/pdf2png.png $(DESTDIR)$(icons)
$(INSTALL) -m644 install/pdf2png.desktop $(DESTDIR)$(appdir)

0 comments on commit e2e8bc4

Please sign in to comment.