wf_akkoma-fe/patches/000_plant-a-forest.patch
2024-10-03 19:08:38 +02:00

16 lines
461 B
Diff

From: Oneric <oneric@oneric.stub>
Subject: Prepare for WF patches
Use commit info from WF repo instead of
upstream commit patches are based on
--- a/build/webpack.prod.conf.js
+++ b/build/webpack.prod.conf.js
@@ -12,7 +12,7 @@
: config.build.env
let commitHash = require('child_process')
- .execSync('git rev-parse --short HEAD')
+ .execSync('git -C .. rev-parse --short HEAD')
.toString();
var webpackConfig = merge(baseWebpackConfig, {