]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/blob
6259f0086f1e293ce71fb5356b78016214894731
[thirdparty/openembedded/openembedded-core-contrib.git] /
1 From af4a6e4666264661769e32874e9654e02e5eb019 Mon Sep 17 00:00:00 2001
2 From: Alejandro del Castillo <alejandro.delcastillo@ni.com>
3 Date: Thu, 22 Dec 2016 16:15:56 -0600
4 Subject: [opkg-utils PATCH] Makefile: use defined bindir and mandir as
5 installation dirs
6
7 Upstream-Status: Pending
8
9 Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
10 ---
11 Makefile | 3 ---
12 1 file changed, 3 deletions(-)
13
14 diff --git a/Makefile b/Makefile
15 index 92b45f1..9f0531c 100644
16 --- a/Makefile
17 +++ b/Makefile
18 @@ -5,9 +5,6 @@ UTILS = opkg-build opkg-unbuild opkg-make-index opkg.py opkg-list-fields \
19 MANPAGES = opkg-build.1
20
21 DESTDIR=
22 -PREFIX=/usr/local
23 -bindir=$(PREFIX)/bin
24 -mandir=$(PREFIX)/man
25
26 .SUFFIXES: .1
27
28 --
29 2.7.4
30