forgot %{buildroot}
This commit is contained in:
parent
48d6c59d89
commit
658010df73
@ -137,8 +137,8 @@ mkdir -p %{buildroot}%{_includedir}/node
|
|||||||
cp -p src/*.h %{buildroot}%{_includedir}/node
|
cp -p src/*.h %{buildroot}%{_includedir}/node
|
||||||
|
|
||||||
#node-gyp needs common.gypi too
|
#node-gyp needs common.gypi too
|
||||||
mkdir -p %{_datadir}/node
|
mkdir -p %{buildroot}%{_datadir}/node
|
||||||
cp -p common.gypi %{_datadir}/node
|
cp -p common.gypi %{buildroot}%{_datadir}/node
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc ChangeLog LICENSE README.md AUTHORS
|
%doc ChangeLog LICENSE README.md AUTHORS
|
||||||
|
Loading…
Reference in New Issue
Block a user