b782be3c04
* A library interface has been added. * The option "--crop" has been replaced with the similar but different option "--cut", which can accept coordinates taken from the ORF file. * Recognition of files with a single character and without white space at the edges has been fixed. * Lintian warnings in Debian about man pages have been fixed.
15 lines
413 B
Text
15 lines
413 B
Text
$NetBSD: patch-ac,v 1.3 2010/03/08 12:35:54 adam Exp $
|
|
|
|
--- Makefile.in.orig 2010-01-27 12:02:48.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -2,8 +2,8 @@
|
|
DISTNAME = $(pkgname)-$(pkgversion)
|
|
AR = ar
|
|
INSTALL = install
|
|
-INSTALL_PROGRAM = $(INSTALL) -p -m 755
|
|
-INSTALL_DATA = $(INSTALL) -p -m 644
|
|
+INSTALL_PROGRAM = $(INSTALL) -m 755
|
|
+INSTALL_DATA = $(INSTALL) -m 644
|
|
INSTALL_DIR = $(INSTALL) -d -m 755
|
|
SHELL = /bin/sh
|
|
|