fix bug
This commit is contained in:
parent
efd460acc3
commit
bb46c067f5
@ -30,7 +30,7 @@ rm -rf node_modules/
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{nodejs_sitelib}/clean-css
|
mkdir -p %{buildroot}%{nodejs_sitelib}/clean-css
|
||||||
cp -pr package.json lib bin/ index.js \
|
cp -pr package.json lib index.js \
|
||||||
%{buildroot}%{nodejs_sitelib}/clean-css
|
%{buildroot}%{nodejs_sitelib}/clean-css
|
||||||
mkdir -p %{buildroot}%{_bindir}
|
mkdir -p %{buildroot}%{_bindir}
|
||||||
ln -s %{nodejs_sitelib}/%{barename}/bin/cleancss %{buildroot}%{_bindir}/
|
ln -s %{nodejs_sitelib}/%{barename}/bin/cleancss %{buildroot}%{_bindir}/
|
||||||
@ -50,5 +50,6 @@ vows
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Jan 7 2023 wenchaofan <349464272@qq.com> - 5.3.1-1
|
* Sat Jan 7 2023 wenchaofan <349464272@qq.com> - 5.3.1-1
|
||||||
|
- Upgrade 5.3.1
|
||||||
* Tue Aug 18 2020 leiju <leiju4@huawei.com> - 3.4.6-1
|
* Tue Aug 18 2020 leiju <leiju4@huawei.com> - 3.4.6-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user