comment out autosetup patch

pull/1788/head
Andrew Bauer 2017-02-28 14:23:20 -06:00
parent 7a06166d6b
commit b8a162b2dc
1 changed files with 5 additions and 5 deletions

View File

@ -48,11 +48,11 @@ fi
if [ "${OS}" == "el" ] || [ "${OS}" == "fedora" ]; then
echo "Begin Redhat build..."
# fix %autosetup support
patch --dry-run --silent -f -p1 < utils/packpack/fixautosetup.patch 2>/dev/null
if [ $? -eq 0 ]; then
patch -p1 < utils/packpack/fixautosetup.patch
fi
# fix %autosetup support - no longer needed
#patch --dry-run --silent -f -p1 < utils/packpack/fixautosetup.patch 2>/dev/null
#if [ $? -eq 0 ]; then
# patch -p1 < utils/packpack/fixautosetup.patch
#fi
ln -sf distros/redhat rpm