Merge "ASM #16720 - Added updated palt.c to fix seq num in pqact pattern" into asm_14.2.4

Former-commit-id: 96503843d9 [formerly d1ce11d690a1acf24fe82fc10acc83302e8f61f9]
Former-commit-id: 57342f0256
This commit is contained in:
Sean.Webb 2014-09-26 11:01:04 -05:00 committed by Gerrit Code Review
commit d43119b40f
2 changed files with 3 additions and 0 deletions

View file

@ -161,6 +161,9 @@ _ldm_root_dir=${_ldm_dir}/ldm-%{_ldm_version}
_myHost=`hostname`
_myHost=`echo ${_myHost} | cut -f1 -d'-'`
# Remove old ldm dir
rm -rf ${_ldm_root_dir}
pushd . > /dev/null 2>&1
cp ${_ldm_dir}/SOURCES/%{_ldm_src_tar} ${_ldm_dir}
# unpack the ldm source