13 lines
347 B
Text
13 lines
347 B
Text
$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:
|