mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
check for rpmbuild
This commit is contained in:
@@ -16,6 +16,12 @@ echo Sorry, cannot identify Linux distro
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ ! -x /usr/bin/rpmbuild ]; then
|
||||
echo "Could not locate /usr/bin/rpmbuild"
|
||||
echo "Please install rpm-build package to continue."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "Making RPM for $dist"
|
||||
|
||||
dir="release/linux-$dist"
|
||||
|
Reference in New Issue
Block a user