makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Description: install binary in /usr/bin instead of /usr/local/bin
Author: Ludovic Rousseau <rousseau@debian.org>
--- a/makefile
+++ b/makefile
@@ -20,4 +20,4 @@
rm -f $(objs) jhead
install:
- cp jhead ${DESTDIR}/usr/local/bin/
+ cp jhead ${DESTDIR}/usr/bin/