mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +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 -rf $RPM_SRC_DIR/BUILD/mc-*/
|
||||
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
|
||||
echo "Failed to compile package!!!"
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user