2013-09-26 17:14:40 +02:00

14 lines
347 B
Plaintext

$NetBSD: patch-at,v 1.1 2007/08/09 18:26:57 joerg Exp $
--- compress/Makefile.in.orig 2007-08-09 20:22:55.000000000 +0200
+++ compress/Makefile.in
@@ -48,7 +48,7 @@ all: $(LIB) tbuild cast uncast
install: all
for i in tbuild cast uncast ; do \
- $(INSTALL) $$i $(bindir) ; \
+ $(INSTALL) $$i ${DESTDIR}$(bindir) ; \
done
install-man: