Skip to content

Commit

Permalink
build: fix local build
Browse files Browse the repository at this point in the history
Signed-off-by: AuxXxilium <[email protected]>
  • Loading branch information
AuxXxilium committed Aug 24, 2024
1 parent 18f4250 commit daec6b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions img-gen-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ sudo mount ${LOOPX}p3 "/tmp/p3"
VERSION=$(date +'%y.%-m.dev')
echo "${VERSION}" >files/p1/ARC-VERSION
echo "${VERSION}" >VERSION
echo "stable" >files/p1/ARC-BRANCH
sed 's/^ARC_VERSION=.*/ARC_VERSION="'${VERSION}'"/' -i files/initrd/opt/arc/include/consts.sh

echo "Repack initrd"
Expand Down
1 change: 1 addition & 0 deletions img-gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ sudo mount ${LOOPX}p3 "/tmp/p3"
VERSION=$(date +'%y.%-m.dev')
echo "${VERSION}" >files/p1/ARC-VERSION
echo "${VERSION}" >VERSION
echo "stable" >files/p1/ARC-BRANCH
sed 's/^ARC_VERSION=.*/ARC_VERSION="'${VERSION}'"/' -i files/initrd/opt/arc/include/consts.sh

echo "Repack initrd"
Expand Down

0 comments on commit daec6b6

Please sign in to comment.