Skip to content

Commit 5ecd271

Browse files
committed
buildrpm.sh: minor fixes
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent 75ec38d commit 5ecd271

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/dist/linux/buildrpm.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh -f
1+
#!/bin/bash -f
22
#
33
# Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
44
# University Research and Technology
@@ -71,6 +71,7 @@ specfile="openmpi.spec"
7171
prefix=${prefix:-"/opt/openmpi"}
7272
rpmbuild_options=${rpmbuild_options:-"--define 'mflags -j4' --define '_source_filedigest_algorithm md5' --define '_binary_filedigest_algorithm md5'"}
7373
configure_options=${configure_options:-""}
74+
unpack_spec=0
7475

7576
# Helpful when debugging
7677
#rpmbuild_options="--define 'mflags -j4' --define 'install_in_opt 1' --define 'cflags -g' --define 'install_modulefile 1' --define 'modules_rpm_name dhcp'"

0 commit comments

Comments
 (0)