Various compilation scripts & patches for Linux programs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
972 B

  1. --- a/lib/playonlinux.lib
  2. +++ b/lib/playonlinux.lib
  3. @@ -42,7 +42,7 @@
  4. mkdir -p "$POL_USER_ROOT/configurations/reports/"
  5. mkdir -p "$POL_USER_ROOT/tmp"
  6. mkdir -p "$POL_USER_ROOT/logs"
  7. - mkdir -p "$POL_USER_ROOT/ressources"
  8. + mkdir -p "$POL_USER_ROOT/resources"
  9. mkdir -p "$POL_USER_ROOT/icones/full_size"
  10. mkdir -p "$POL_USER_ROOT/icones/32"
  11. if [ "$POL_OS" == "Linux" ]; then
  12. --- a/lib/scripts.lib
  13. +++ b/lib/scripts.lib
  14. @@ -568,8 +568,8 @@
  15. local ATTEMPT
  16. [ "$4" ] && ATTEMPT="$4" || ATTEMPT=1
  17. local FILE="${URL##*/}"
  18. - mkdir -p "$POL_USER_ROOT/ressources/$SUBFOLDER"
  19. - cd "$POL_USER_ROOT/ressources/$SUBFOLDER" || POL_Debug_Fatal "Resource subfolder $SUBFOLDER does not exist"
  20. + mkdir -p "$POL_USER_ROOT/resources/$SUBFOLDER"
  21. + cd "$POL_USER_ROOT/resources/$SUBFOLDER" || POL_Debug_Fatal "Resource subfolder $SUBFOLDER does not exist"
  22. if [ -e "$FILE" ] && [ "$(POL_MD5_file "$FILE")" = "$SERVER_MD5" ]
  23. then
  24. POL_Debug_Message "Resource already present"