From e2e8bc43c7c03e6abb62d854639333bb80bba804 Mon Sep 17 00:00:00 2001 From: Aaditya Bagga Date: Tue, 28 Oct 2014 13:58:13 +0530 Subject: [PATCH] Change location --- pdf2png.py => bin/pdf2png.py | 0 makefile | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename pdf2png.py => bin/pdf2png.py (100%) diff --git a/pdf2png.py b/bin/pdf2png.py similarity index 100% rename from pdf2png.py rename to bin/pdf2png.py diff --git a/makefile b/makefile index a8e0e25..117d619 100644 --- a/makefile +++ b/makefile @@ -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)