Temporarily disable plugins support for release build script testing.

This commit is contained in:
Volker Ruppert 2024-03-02 08:52:30 +01:00
parent 7317a8d305
commit 348cb05b38
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ including Linux, DOS, Windows 9X/NT/2000/XP or Windows 7.
cd $RPM_BUILD_DIR/bochs-@SEDVERSION@
CONFIGURE_ARGS="--prefix=/usr --mandir=$RPM_BUILD_ROOT/%{_mandir}"
export CONFIGURE_ARGS
sh .conf.linux
sh .conf.linux normal
make
make unpack_dlx # must use prefix=/usr since this step sets up
# the paths in dlx bochsrc file.