diff options
author | Daniel Peukert | 2023-07-22 18:34:44 +0200 |
---|---|---|
committer | Daniel Peukert | 2023-07-22 18:34:44 +0200 |
commit | 806a73f928fdadd56357d3f65535450850aef5da (patch) | |
tree | 8c4efcf991c47f7e0a8f82bf29f284724b733861 | |
parent | bc52aa89e1c93a6ac0efcedafdb28c2a96d8a95a (diff) | |
download | aur-806a73f928fdadd56357d3f65535450850aef5da.tar.gz |
Fix beekeeper-studio typo
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ prepare() { sed -i "s|%%ELECTRON_VERSION%%|$(cat "/usr/lib/$_electronpkg/version")|g" 'apps/studio/vue.config.js' # Replace package name and electron version in launcher script - sed -i -e "s/%%PKGNAME%%/$pkgname/g" -e "s/%%ELECTRON%%/$_electronpkg/g" 'electron-launcher.sh' + sed -i -e "s/%%PKGNAME%%/$pkgname/g" -e "s/%%ELECTRON%%/$_electronpkg/g" "$srcdir/electron-launcher.sh" # Update node-sass and sass-loader to be compatible with current node and Linux version cd "$srcdir/$_sourcedirectory/apps/studio/" |