summaryrefslogtreecommitdiffstats
path: root/archivers/rzip/files/patch-Makefile.in
blob: 5d76bac31eacdd07650f3ed037ad4ced55d772ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Makefile.in.orig	2006-02-14 00:38:23 UTC
+++ Makefile.in
@@ -3,8 +3,8 @@
 
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-INSTALL_BIN=$(exec_prefix)/bin
-INSTALL_MAN=$(prefix)/man
+INSTALL_BIN=$(DESTDIR)$(exec_prefix)/bin
+INSTALL_MAN=$(DESTDIR)$(prefix)/man
 
 LIBS=@LIBS@
 CC=@CC@
OpenPOWER on IntegriCloud