summaryrefslogtreecommitdiff
path: root/cad/felt/patches/patch-ar
blob: afdf31c09908c502609dec7a02d8b40f8457bac7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ar,v 1.1 2009/12/17 20:31:37 abs Exp $

--- etc/Makefile.bin.orig	2000-02-21 22:44:50.000000000 +0000
+++ etc/Makefile.bin
@@ -31,8 +31,8 @@ clean::;	@$(RM) $(OBJS) $(PROG) core
 
 clobber::;	@$(RM) $(OBJS) $(PROG) $(SRCS) core tags
 
-install::;	@$(MKDIR) $(DESTBIN)
-		@$(INSTALL) -s -m 0755 $(PROG) $(DESTBIN)
+install::;	@$(MKDIR) $(DESTDIR)$(DESTBIN)
+		@$(INSTALL) -s -m 0755 $(PROG) $(DESTDIR)$(DESTBIN)
 
 depend::;