Skip to content

Commit

Permalink
add arch to filename
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf committed Sep 27, 2024
1 parent 21ef064 commit 25af1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heaptrack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ VERSION=$1

URL=https://github.com/KDE/heaptrack.git

FULLNAME=heaptrack-${VERSION}.tar.xz
FULLNAME=heaptrack-${ARCH}-${VERSION}.tar.xz
OUTPUT=$2/${FULLNAME}

REVISION="heaptrack-${VERSION}"
Expand Down

0 comments on commit 25af1c4

Please sign in to comment.