POL_Install_corefonts
Informatie
Creator | Bericht |
---|---|
Quentin PÂRIS
![]()
|
InformationThis installer has been approved by the team. InformatiePlatforms: Feedbacks0 2 Broncode# RealName: Microsoft Core Fonts POL_Call POL_Internal_InstallFonts OLDDIR="$PWD" POL_Debug_Message "Installing microsoft fonts" [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" # It's a symlink? If yes, remove it rm "$WINEPREFIX/drive_c/windows/Fonts" 2> /dev/null mkdir -p "$WINEPREFIX/drive_c/windows/Fonts" cp "$POL_USER_ROOT/fonts/"* "$WINEPREFIX/drive_c/windows/Fonts/" |
Contributions
Filters:
ContributeMember | Bericht |
lahtis | Woensdag 24 Januari 2018 om 15:32 |
lahtis
![]()
|
Bericht01/24/18 16:29:11 - [POL_Call] Message: Calling POL_Install_corefonts looping 4 times installer. Antwoorden |
kaimon | Woensdag 13 September 2017 om 7:03 |
kaimon
![]()
|
BerichtAntwoorden |
Quentin PÂRIS | Dinsdag 8 Juli 2014 om 20:57 |
Quentin PÂRIS
![]()
|
InformationThis update has been approved by the team. Differences@@ -1,3 +1,12 @@ # RealName: Microsoft Core Fonts -# Just to have it into package menu -POL_Wine_InstallFonts \ No newline at end of file + +POL_Call POL_Internal_InstallFonts +OLDDIR="$PWD" +POL_Debug_Message "Installing microsoft fonts" +[ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" + +# It's a symlink? If yes, remove it +rm "$WINEPREFIX/drive_c/windows/Fonts" 2> /dev/null +mkdir -p "$WINEPREFIX/drive_c/windows/Fonts" + +cp "$POL_USER_ROOT/fonts/"* "$WINEPREFIX/drive_c/windows/Fonts/" \ No newline at end of file New source code# RealName: Microsoft Core Fonts POL_Call POL_Internal_InstallFonts OLDDIR="$PWD" POL_Debug_Message "Installing microsoft fonts" [ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set" # It's a symlink? If yes, remove it rm "$WINEPREFIX/drive_c/windows/Fonts" 2> /dev/null mkdir -p "$WINEPREFIX/drive_c/windows/Fonts" cp "$POL_USER_ROOT/fonts/"* "$WINEPREFIX/drive_c/windows/Fonts/" Antwoorden |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com