diff options
Diffstat (limited to 'app-emulation/wine/wine-9999.ebuild')
-rw-r--r-- | app-emulation/wine/wine-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index 89b9b2368048..e735b28385d7 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-9999.ebuild @@ -265,8 +265,9 @@ src_prepare() { eend $? # To differentiate unofficial staging releases - [[ ! -z ${SUFFIX} ]] && \ + if [[ ! -z ${SUFFIX} ]]; then sed -i "s/(Staging)/(Staging [Unofficial])/" libs/wine/Makefile.in || die + fi fi autotools-utils_src_prepare |