Skip to content

Commit 08f0a8d

Browse files
author
cyeoh
committed
Update to support INSTALL_ROOT
1 parent 58a1a91 commit 08f0a8d

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

lsb_release/src/Makefile

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,19 @@
22
# Makefile for lsb_release program
33
#
44
# Copyright (C) 2000 Free Software Group, Inc
5+
# Copyright (C) 2002 Free Software Group, Inc
56
#
6-
# Christopher Yeoh <cyeoh@linuxcare.com>
7+
# Christopher Yeoh <cyeoh@samba.org>
78
#
8-
# This is $Revision: 1.5 $
9+
# This is $Revision: 1.6 $
910

1011
# Config
12+
13+
ifndef INSTALL_ROOT
1114
prefix=/usr/local
15+
else
16+
prefix=$(INSTALL_ROOT)
17+
endif
1218
mandir=${prefix}/man
1319

1420
all: man

0 commit comments

Comments
 (0)