Sha256: 97eddca4e317a95b017e0fdf86dc5d9228f2e213b0aa1b3d3f5897f4afc3c46d

Contents?: true

Size: 549 Bytes

Versions: 4

Compression:

Stored size: 549 Bytes

Contents

From b3c348fc8646fd1499fd6b1c6c652a15d819a9dd Mon Sep 17 00:00:00 2001
From: Petko Bordjukov <bordjukov@gmail.com>
Date: Sun, 22 Nov 2015 18:28:37 +0200
Subject: [PATCH 4/5] Make the makefile install to the proper location

---
 makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/makefile b/makefile
index 40c67d2..8201b3d 100644
--- a/makefile
+++ b/makefile
@@ -21,4 +21,5 @@ clean:
 	rm -f $(objs) jhead
 
 install:
-	cp jhead ${DESTDIR}/usr/local/bin/
+	mkdir -p ${DESTDIR}/bin/
+	cp jhead ${DESTDIR}/bin/
-- 
2.8.3

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
image_compressor_pack-1.0.0.1 ports/patches/jhead/0004-Make-the-makefile-install-to-the-proper-location.patch
image_compressor_pack-1.0.0.0 ports/patches/jhead/0004-Make-the-makefile-install-to-the-proper-location.patch
image_compressor_pack-0.1.3 ports/patches/jhead/0004-Make-the-makefile-install-to-the-proper-location.patch
image_compressor_pack-0.1.1 ports/patches/jhead/0004-Make-the-makefile-install-to-the-proper-location.patch