summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFRIGN <dev@frign.de>2015-11-17 18:27:56 +0100
committerFRIGN <dev@frign.de>2015-11-17 18:30:19 +0100
commit0c46370da3bdbc122b64a5811cad43b8cbdb5eab (patch)
tree03c45c2cc04d9a45838f3e0c6a0c5e7d94ae624a /Makefile
parent634c3ec6a6e0cb045838ff5411dbe4ec767aa76c (diff)
Add 2ff utility
This is a wrapper for the different conversion utilities with filetype detection using file(1) and an imagemagick fallback.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5aba8fb..966bf3f 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ clean:
install:
@echo installing into ${DESTDIR}${PREFIX}/bin
@mkdir -p ${DESTDIR}${PREFIX}/bin
- @cp -f png2ff ff2png ${DESTDIR}${PREFIX}/bin
+ @cp -f png2ff ff2png 2ff ${DESTDIR}${PREFIX}/bin
uninstall:
@echo removing from ${DESTDIR}${PREFIX}/bin