From b8a162b2dcc3bea395f6e519809fea471c00816d Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Tue, 28 Feb 2017 14:23:20 -0600 Subject: [PATCH] comment out autosetup patch --- utils/packpack/startpackpack.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/utils/packpack/startpackpack.sh b/utils/packpack/startpackpack.sh index fa8967067..b722dc054 100755 --- a/utils/packpack/startpackpack.sh +++ b/utils/packpack/startpackpack.sh @@ -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