From 6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 3 May 2012 06:19:04 +0000 Subject: testing/*: removed We dont ship testing things in a stable release --- testing/jhead/makefile-destdir.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 testing/jhead/makefile-destdir.patch (limited to 'testing/jhead/makefile-destdir.patch') diff --git a/testing/jhead/makefile-destdir.patch b/testing/jhead/makefile-destdir.patch deleted file mode 100644 index d9c5b1a0b9..0000000000 --- a/testing/jhead/makefile-destdir.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- jhead-2.93/makefile -+++ jhead-2.93/makefile.new -@@ -4,6 +4,7 @@ - OBJ=. - SRC=. - CFLAGS= -O3 -Wall -+prefix= /usr - - all: jhead - -@@ -20,4 +21,5 @@ - rm -f $(objs) jhead - - install: -- cp jhead ${DESTDIR}/usr/local/bin/ -+ install -Dp -m 0755 jhead $(DESTDIR)$(prefix)/bin/jhead -+ install -m644 -D jhead.1 $(DESTDIR)$(prefix)/share/man/man1/jhead.1 -- cgit v1.2.3