makerpms.sh : we dont need to configure from this script. rpmbuild will do it

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
Ronnie Sahlberg
2015-05-10 10:04:20 -07:00
parent 0ae2e936df
commit de0795928a

View File

@@ -65,8 +65,6 @@ fi
pushd ${TOPDIR}
echo -n "Creating libiscsi-${VERSION}.tar.gz ... "
sh autogen.sh
sh configure --prefix=/usr
make dist GZIP_ENV="\"$GZIP_ENV\""
RC=$?
popd