Fixes for building release packages (added missing 'bxhub' entries).

This commit is contained in:
Volker Ruppert 2017-04-08 10:21:09 +00:00
parent a07b599304
commit d828741b5b
2 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,7 @@ including Linux, DOS, Windows 9X/NT/2000/XP or Windows 7.
%defattr(-, root, root)
/usr/bin/bochs
/usr/bin/bochs-dlx
/usr/bin/bxhub
/usr/bin/bximage
/usr/share/bochs/*
/usr/share/doc/*

View File

@ -164,6 +164,9 @@ Section "Add Bochs to the Start Menu and Desktop" SecIcons
CreateShortCut "${PGDIR}\Disk Image Creation Tool.lnk" \
"$INSTDIR\bximage.exe"
CreateShortCut "${PGDIR}\Virtual Network Hub.lnk" \
"$INSTDIR\bxhub.exe"
CreateShortCut "${PGDIR}\NIC Lister.lnk" \
"$INSTDIR\niclist.exe"