[Slackbuilds-users] 0001-games-OpenRA-updated-for-version-20210321.patch

2022-02-23 Thread khronosschoty
Okay, So using the shbang to invoke unshare was a bad idea and poorly tested. So I fixed the shabang and just put unshare where its needed. Now everything should work as intended. From 98b7f1d873e889f4282e6b27ed243ff0db5054f0 Mon Sep 17 00:00:00 2001 From: khronosschoty Date: Wed, 23 Feb 2022

[Slackbuilds-users] 0001-games-OpenRA-updated-for-version-20210321.patch

2022-02-23 Thread khronosschoty
and I just noticed, althought I tested the solution with unshare... my tests using it with a shabang where less than accurate and my typo gave me the false impression it worked. signature.asc Description: PGP signature ___ SlackBuilds-users mailing

[Slackbuilds-users] 0001-games-OpenRA-updated-for-version-20210321.patch

2022-02-23 Thread khronosschoty
> Typo; shebang should be: > #!/usr/bin/unshare -n /bin/bash > instead of "user". > As to whether such a thing is allowed, I cannot answer that. > Erich Thanks for catching that! fixed patch. From 014df4f4a1c4c8d39117e05726d5175c6e8a8b14 Mon Sep 17 00:00:00 2001 From: khronosschoty Date: Wed,

Re: [Slackbuilds-users] 0001-games-OpenRA-updated-for-version-20210321.patch

2022-02-23 Thread Erich Ritz via SlackBuilds-users
--- Original Message --- On Wednesday, February 23rd, 2022 at 7:06 PM, khronosschoty wrote: > hi, > > This was a complicated update which requires a newer dotnet-sdk then > what we have in the sbo master git branch. I tested this script against > dotnet-sdk-6.0. I changed the shabang

[Slackbuilds-users] 0001-games-OpenRA-updated-for-version-20210321.patch

2022-02-23 Thread khronosschoty
hi, This was a complicated update which requires a newer dotnet-sdk then what we have in the sbo master git branch. I tested this script against dotnet-sdk-6.0. I changed the shabang to restrict internet access while building. The included deps tarball will allow OpenRA to build; however if it