Skip to content

Commit

Permalink
emulators/wine-devel: Fix message in wine-wow64.sh
Browse files Browse the repository at this point in the history
The reference to wine for i386 really needs to be wine-devel to match
this port.

PR:		259827
  • Loading branch information
Alexander88207 authored and Gerald Pfeifer committed Dec 4, 2021
1 parent bcf0c36 commit d1eb332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions emulators/wine-devel/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= wine
DISTVERSION= 6.22
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
Expand Down
2 changes: 1 addition & 1 deletion emulators/wine-devel/files/wine-wow64.sh
Expand Up @@ -9,7 +9,7 @@ I386_ROOT="${WINE_i386_ROOT:-$HOME/.i386-wine-pkg}"
if [ ! -f "$I386_ROOT/$PREFIX/bin/wine" ]
then
printf "%s doesn't exist!\n\n" "$I386_ROOT/$PREFIX/bin/wine"
printf "Try installing 32-bit Wine with\n\t%s\n" "$PREFIX/share/wine/pkg32.sh install wine mesa-dri"
printf "Try installing 32-bit Wine with\n\t%s\n" "$PREFIX/share/wine/pkg32.sh install wine-devel mesa-dri"
exit 1
fi

Expand Down

0 comments on commit d1eb332

Please sign in to comment.