mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
Use more specific mask for mc rpm to avoid matching the debuginfo package
on Red Hat 9.
This commit is contained in:
parent
5b2bd08768
commit
9e147de291
@ -69,7 +69,7 @@ fi
|
|||||||
rm -f $RPM_SRC_DIR/RPMS/i386/mc-*.i386.rpm
|
rm -f $RPM_SRC_DIR/RPMS/i386/mc-*.i386.rpm
|
||||||
rm -rf $RPM_SRC_DIR/BUILD/mc-*/
|
rm -rf $RPM_SRC_DIR/BUILD/mc-*/
|
||||||
rpmbuild -tb "$MCTARBALL"
|
rpmbuild -tb "$MCTARBALL"
|
||||||
MC_RPM=`echo $RPM_SRC_DIR/RPMS/i386/mc-*.i386.rpm`
|
MC_RPM=`echo $RPM_SRC_DIR/RPMS/i386/mc-$MCVERSION-*.i386.rpm`
|
||||||
if test ! -f $MC_RPM; then
|
if test ! -f $MC_RPM; then
|
||||||
echo "Failed to compile package!!!"
|
echo "Failed to compile package!!!"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user