Init
This commit is contained in:
parent
970467b330
commit
080f8499ee
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
RPMS/*
|
||||||
|
SRPMS/*
|
||||||
|
BUILD/*
|
||||||
|
BUILDROOT/*
|
||||||
|
|
@ -1 +1,2 @@
|
|||||||
# kf2-srv
|
# kf2-srv
|
||||||
|
Killing Floor 2 server tool for RHEL/CentOS 7/8
|
||||||
|
13
activate.sh
Executable file
13
activate.sh
Executable file
@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
ScriptFullname=$(readlink -e "$0")
|
||||||
|
SrpmProjectDir=$(dirname "$ScriptFullname")
|
||||||
|
RpmBuild="$HOME/rpmbuild"
|
||||||
|
|
||||||
|
if [[ -d "$RpmBuild" ]]; then
|
||||||
|
rm -rf "$RpmBuild"
|
||||||
|
else
|
||||||
|
rm -f "$RpmBuild"
|
||||||
|
fi
|
||||||
|
|
||||||
|
ln -s "$SrpmProjectDir" "$RpmBuild"
|
Loading…
x
Reference in New Issue
Block a user