Skip to content

Commit 7e7a0b2

Browse files
rbuchevan-charmworks
authored andcommitted
Fix package-tarball script to include hwloc Makefile.in
1 parent 8be9663 commit 7e7a0b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package-tarball.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ rm hwloc
5555
# Done with build scripts
5656
popd
5757

58+
# Add requisite hwloc Makefile.in
59+
git add -f contrib/hwloc/{,src/,include/}Makefile.in
60+
5861
# Stage all of the modified files
5962
git add -u
6063

0 commit comments

Comments
 (0)