diff options
| author | rejbasket <39080670+rejbasket@users.noreply.github.com> | 2024-09-24 18:26:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-24 18:26:16 +0200 |
| commit | db4f2a25617b4f094559aba9d1c327fd7dd92a26 (patch) | |
| tree | 3f56ea05f73828ef355f5d410c93ee67c759c156 /bin/build-distribution-archives | |
| parent | 7cb5f149925946dd7665f3ef499842ed4c3c2f2c (diff) | |
Rejbasket/linux package fix (#3210)
* fix gem FilePermissionError change install to HOME folder
* gem update after setting home
* added gem commands to build.yml to fix Gem::FilePermissionError
* removed gem update from build.yml
---------
Co-authored-by: rejbasket <rejbasket@users.noreply.github.com>
Diffstat (limited to 'bin/build-distribution-archives')
| -rw-r--r-- | bin/build-distribution-archives | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/build-distribution-archives b/bin/build-distribution-archives index 4056748e..4f4484f3 100644 --- a/bin/build-distribution-archives +++ b/bin/build-distribution-archives @@ -105,8 +105,6 @@ if [ "$BUILD" = "windows" ]; then fi if [ "$BUILD" = "linux" ]; then - gem install fpm - if [[ "$VERSION" =~ ^v[0-9][.0-9]+$ ]]; then VERSION=${VERSION#v} else |
