nits still
All checks were successful
PikaOS Package Build Only (amd64-v3) / build (push) Successful in 50s

This commit is contained in:
R L 2024-09-13 15:02:41 -07:00
parent 1a8ff04b48
commit 9832f3e8ed
Signed by: cybik
GPG Key ID: A6DD1646CC69863E
2 changed files with 5 additions and 1 deletions

View File

@ -1 +1 @@
5
6

View File

@ -11,9 +11,13 @@ VERSION="0.15.4"
# Clone Upstream
UPSTREAM_NAME="sbctl"
# Checkout and munch
git clone https://github.com/Foxboron/sbctl.git "${UPSTREAM_NAME}"
cp -rvf ./debian ./${UPSTREAM_NAME}/
# easier than figuring out the right way to override the prefix in the makefile
sed -i "s/usr\/local/usr/" "${UPSTREAM_NAME}/Makefile"
# Get in there.
pushd "./${UPSTREAM_NAME}/" || exit 1