Skip to content

Commit

Permalink
updates to use patch vs copy for mods
Browse files Browse the repository at this point in the history
  • Loading branch information
immauss committed Aug 20, 2024
1 parent 74449a1 commit 5d5d1a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.d/gsa-main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ tar -xf $gsa.tar.gz
cd /build/*/
# Implement ICS GSA Mods
BUILDDIR=$(pwd)
apt update && apt install patch -y
echo "BUILDDIR $BUILDDIR"
patch -p1 < /ics-gsa/ics-gsa.patch
patch -p1 -R < /ics-gsa/ics-gsa.patch
#/ics-gsa/scripts/gsa-mods.sh $BUILDDIR $tag

apt update && apt install npm -y
Expand Down
1 change: 1 addition & 0 deletions build.d/gsad.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
apt update && apt install patch -y
echo "Procs $(nproc)" > /usr/local/include/BuildProcs
INSTALL_PREFIX="/usr/local/"
set -Eeuo pipefail
Expand Down

0 comments on commit 5d5d1a6

Please sign in to comment.