From: Stefan Schantl Date: Sun, 26 Feb 2023 12:20:57 +0000 (+0100) Subject: tree: Install files into correct location X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e46113aa90d77df1bd44d853cedb4ee2b7634791;p=ipfire-3.x.git tree: Install files into correct location Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- 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