]> git.pld-linux.org Git - packages/yarn.git/blobdiff - yarn.spec
cleanup bin
[packages/yarn.git] / yarn.spec
index 6d2391cdb91f717657e75613218fab1a82926c8b..d9ce3e6d27f14da676f1ab4d73a2603e2d42a973 100644 (file)
--- a/yarn.spec
+++ b/yarn.spec
@@ -33,8 +33,10 @@ package before its code is executed.
 %setup -qc
 mv dist/* .
 
-%{__rm} bin/node-gyp-bin/node-gyp.cmd
-%{__rm} bin/yarn.cmd
+%{__rm} bin/node-gyp-bin/*.cmd
+%{__rm} bin/*.cmd
+%{__rm} bin/yarn
+%{__rm} bin/yarnpkg
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.141665 seconds and 4 git commands to generate.