[packages/nodejs/dev-4.2: 3/3] fix install
glen
glen at pld-linux.org
Sat Oct 17 23:02:31 CEST 2015
commit 9618d15b362f2bdfe81b094355f474cea74ab062
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Oct 18 00:01:36 2015 +0300
fix install
nodejs.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/nodejs.spec b/nodejs.spec
index 83e68dd..b920260 100644
--- a/nodejs.spec
+++ b/nodejs.spec
@@ -135,7 +135,7 @@ LDFLAGS="%{rpmldflags}" \
%install
rm -rf $RPM_BUILD_ROOT
-%{__python} tools/install.py install "$RPM_BUILD_ROOT" "%{_lib}"
+%{__python} tools/install.py install "$RPM_BUILD_ROOT" "%{_prefix}"
%if %{with shared}
lib=$(basename $RPM_BUILD_ROOT%{_libdir}/libnode.so.*.*.*)
@@ -192,7 +192,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc README.md AUTHORS ChangeLog LICENSE
+%doc README.md AUTHORS CHANGELOG.md ROADMAP.md LICENSE
%attr(755,root,root) %{_bindir}/node
%attr(755,root,root) %{_bindir}/nodejs
%if %{with shared}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/nodejs.git/commitdiff/9618d15b362f2bdfe81b094355f474cea74ab062
More information about the pld-cvs-commit
mailing list