Skip to content

Commit

Permalink
rpmbuild: use abs path for dstdir
Browse files Browse the repository at this point in the history
the script assumed dstdir is located in top-level projectdir
  • Loading branch information
simonpintarelli committed Aug 28, 2024
1 parent 4f1aa38 commit 37bbbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/make-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ while true; do
done

# Remaining dstdir is in $1
dstdir=$1
dstdir=$(realpath $1)

# Check if the positional argument was provided
if [ -z "$dstdir" ]; then
Expand Down

0 comments on commit 37bbbb5

Please # to comment.