void-packages/srcpkgs/yarn/patches/yarn-bundle-entry.patch
Nicklaus McClendon d64cf051be New Package: yarn-0.27.5
Closes: #6949 [via git-merge-pr]
2017-07-04 18:24:42 -07:00

10 lines
409 B
Diff

--- bin/yarn-bundle-entry.js.orig 2017-07-04 18:50:29.701379167 -0500
+++ bin/yarn-bundle-entry.js 2017-07-04 17:27:32.749746288 -0500
@@ -3,5 +3,5 @@
/* eslint-disable flowtype/require-valid-file-annotation */
'use strict';
-require('../lib/v8-compile-cache');
-module.exports = require('../lib/yarn-cli');
+require('/usr/lib/yarn/v8-compile-cache');
+module.exports = require('/usr/lib/yarn/yarn-cli');