Skip to content

Commit

Permalink
some sudo required
Browse files Browse the repository at this point in the history
  • Loading branch information
msciabarra committed Oct 15, 2023
1 parent 247dccf commit 0bc44c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/linux/nuvfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ tasks:
cd $NUV_ROOT/linux
sudo alien --to-rpm nuv_${VERSION}_${ARCH}.deb --scripts --generate
cd nuv-${VER}
mv nuv-${VER}-*.spec ../nuv.spec
sudo mv nuv-${VER}-*.spec ../nuv.spec
sudo rpmbuild --target=$TGT --buildroot=$NUV_ROOT/linux/nuv-${VER} -bb ../nuv.spec
cd ..
mv nuv-${VER}-*.$TGT.rpm nuv_${VERSION}_${ARCH}.rpm
sudo mv nuv-${VER}-*.$TGT.rpm nuv_${VERSION}_${ARCH}.rpm
clean: rm -r *.deb *.rpm deb-build-{{.ARCH}}

Expand Down

0 comments on commit 0bc44c6

Please sign in to comment.