11 lines
343 B
Plaintext
11 lines
343 B
Plaintext
$NetBSD: patch-ac,v 1.2 2010/02/01 01:50:04 joerg Exp $
|
|
|
|
--- ./Makefile.am.orig 2007-07-01 12:27:37.000000000 +0100
|
|
+++ ./Makefile.am
|
|
@@ -15,4 +15,4 @@ cvsclean: distclean
|
|
rm -f configure Makefile.in install-sh missing mkinstalldirs
|
|
|
|
install:
|
|
- $(INSTALL) -s -m 0655 trm $(prefix)/bin
|
|
+ $(INSTALL) -s -m 0755 trm ${DESTDIR}$(prefix)/bin
|