Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
1290eb1536 | |||
1e76e92fca |
@ -282,6 +282,8 @@ function apply_patch ()
|
|||||||
{
|
{
|
||||||
if [[ -x "$PatchDir/kf2-ranked-patch" ]]; then
|
if [[ -x "$PatchDir/kf2-ranked-patch" ]]; then
|
||||||
"$PatchDir/kf2-ranked-patch" "$AppBin" "$AppBinOrig"
|
"$PatchDir/kf2-ranked-patch" "$AppBin" "$AppBinOrig"
|
||||||
|
chmod +x "$AppBin" "$AppBinOrig"
|
||||||
|
chown "$SteamUser:$SteamUser" "$AppBin" "$AppBinOrig"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ function service_name () # $*: Instance[s]
|
|||||||
local Services=""
|
local Services=""
|
||||||
for Instance in $*
|
for Instance in $*
|
||||||
do
|
do
|
||||||
if multini -g "$InstanceConfigDir/$Instance" '' "UseOrigApp" 2> /dev/null | grep -Piqo '^True$' && test -x "$AppBinOrig"; then
|
if multini -g "$InstanceConfigDir/$Instance/instance.conf" '' "UseOrigApp" 2> /dev/null | grep -Piqo '^True$' && test -x "$AppBinOrig"; then
|
||||||
Services+=" kf2-srv${KF2POSTFIX}-orig@$Instance.service"
|
Services+=" kf2-srv${KF2POSTFIX}-orig@$Instance.service"
|
||||||
else
|
else
|
||||||
Services+=" kf2-srv${KF2POSTFIX}@$Instance.service"
|
Services+=" kf2-srv${KF2POSTFIX}@$Instance.service"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%global steamuser steam
|
%global steamuser steam
|
||||||
|
|
||||||
Name: kf2-srv
|
Name: kf2-srv
|
||||||
Version: 0.17.0
|
Version: 0.17.1
|
||||||
Release: 1%{dist}
|
Release: 1%{dist}
|
||||||
Summary: Killing Floor 2 server
|
Summary: Killing Floor 2 server
|
||||||
Group: Amusements/Games
|
Group: Amusements/Games
|
||||||
@ -101,8 +101,11 @@ if [[ $1 == 1 ]]; then # Install
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 27 2021 GenZmeY <genzmey@gmail.com> - 0.17.1-1
|
||||||
|
- fix the start of the original app.
|
||||||
|
|
||||||
* Sun Feb 21 2021 GenZmeY <genzmey@gmail.com> - 0.17.0-1
|
* Sun Feb 21 2021 GenZmeY <genzmey@gmail.com> - 0.17.0-1
|
||||||
- Binary patching support.
|
- binary patching support.
|
||||||
|
|
||||||
* Mon Sep 21 2020 GenZmeY <genzmey@gmail.com> - 0.16.0-1
|
* Mon Sep 21 2020 GenZmeY <genzmey@gmail.com> - 0.16.0-1
|
||||||
- remove force-attr daemon;
|
- remove force-attr daemon;
|
||||||
|
Reference in New Issue
Block a user