Skip to content

Commit d8aae2c

Browse files
authored
fix installation name for pcm-bw-histogram.sh
pcm-bw-histogram.sh installs as pcm-bw-histogram (no ".sh" suffix)
1 parent 4f2797d commit d8aae2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ if(UNIX) # APPLE, LINUX, FREE_BSD
146146
# Install extra files
147147
install(FILES pcm-bw-histogram.sh
148148
DESTINATION "sbin"
149+
RENAME pcm-bw-histogram
149150
PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ WORLD_EXECUTE WORLD_READ)
150151
file(GLOB OPCODE_FILES "opCode*.txt")
151152
foreach(opcode_file ${OPCODE_FILES})

0 commit comments

Comments
 (0)