* [PATCH] tree: Install files into correct location
@ 2023-02-26 12:20 Stefan Schantl
0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2023-02-26 12:20 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 726 bytes --]
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
tree/tree.nm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/tree/tree.nm b/tree/tree.nm
index 5c3cb32b1..895948bc4 100644
--- a/tree/tree.nm
+++ b/tree/tree.nm
@@ -5,7 +5,7 @@
name = tree
version = 2.1.0
-release = 1
+release = 2
groups = Applications/File
url = https://mama.indstate.edu/users/ice/tree/
@@ -27,8 +27,10 @@ build
LDFLAGS="%{LDFLAGS}"
install
- make install BINDIR=%{BUILDROOT}%{bindir} \
- MANDIR=%{BUILDROOT}%{mandir}/man1
+ make install \
+ PREFIX=%{BUILDROOT}%{prefix} \
+ BINDIR=%{BUILDROOT}%{bindir} \
+ MANDIR=%{BUILDROOT}%{mandir}
end
end
--
2.30.2
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-02-26 12:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-26 12:20 [PATCH] tree: Install files into correct location Stefan Schantl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox