aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg-utils/opkg-utils/0001-Makefile-use-defined-bindir-and-mandir-as-installati.patch
blob: 6259f0086f1e293ce71fb5356b78016214894731 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From af4a6e4666264661769e32874e9654e02e5eb019 Mon Sep 17 00:00:00 2001
From: Alejandro del Castillo <alejandro.delcastillo@ni.com>
Date: Thu, 22 Dec 2016 16:15:56 -0600
Subject: [opkg-utils PATCH] Makefile: use defined bindir and mandir as
 installation dirs

Upstream-Status: Pending

Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
---
 Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Makefile b/Makefile
index 92b45f1..9f0531c 100644
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,6 @@ UTILS = opkg-build opkg-unbuild opkg-make-index opkg.py opkg-list-fields \
 MANPAGES = opkg-build.1
 
 DESTDIR=
-PREFIX=/usr/local
-bindir=$(PREFIX)/bin
-mandir=$(PREFIX)/man
 
 .SUFFIXES: .1
 
-- 
2.7.4