Skip to content

Commit 25af1c4

Browse files
committed
add arch to filename
1 parent 21ef064 commit 25af1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heaptrack/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ VERSION=$1
77

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

10-
FULLNAME=heaptrack-${VERSION}.tar.xz
10+
FULLNAME=heaptrack-${ARCH}-${VERSION}.tar.xz
1111
OUTPUT=$2/${FULLNAME}
1212

1313
REVISION="heaptrack-${VERSION}"

0 commit comments

Comments
 (0)