Skip to content

Commit

Permalink
use 1st directory to determine relocation path for multiple installs (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
koomie committed Jan 12, 2017
1 parent b55c67f commit 1d86c6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ install -D -m755 %{SOURCE2} $RPM_BUILD_ROOT/%{OHPC_ADMIN}/compat/modulegen/mod_

%post

topDir=`rpm -q --qf '%{FILENAMES}\n' intel-compxe-doc` || exit 1
topDir=`rpm -q --qf '%{FILENAMES}\n' intel-compxe-doc | head -1` || exit 1

echo " "
echo "Scanning top-level dir = $topDir"
Expand Down

0 comments on commit 1d86c6e

Please sign in to comment.