فهرست منبع

Include shell script wrapper code to allow for valid file URLs as well

Michael Schloh von Bennewitz 22 سال پیش
والد
کامیت
bb47c04049
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 2 2
      mozilla/mozilla.sh
  2. 1 1
      mozilla/mozilla.spec

+ 2 - 2
mozilla/mozilla.sh

@@ -94,7 +94,7 @@ for url in "$@"; do
             auto:* )
                 url=`echo "$url" | sed -e 's;^auto:;;'`
                 case "$url" in
-                    http://* | https://* | ftp://* ) ;;
+                    http://* | https://* | ftp://* | file://* ) ;;
                     www.* ) url="http://$url" ;;
                     ftp.* ) url="ftp://$url" ;;
                     *.tar.gz | *.tgz ) url="ftpsearch:$url" ;;
@@ -105,7 +105,7 @@ for url in "$@"; do
                 ;;
         esac
         case "$url" in
-            http://* | https://* | ftp://* )
+            http://* | https://* | ftp://* | file://* )
                 : # URL is already fully qualified
                 ;;
             google:* ) 

+ 1 - 1
mozilla/mozilla.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
 Group:        Web
 License:      MPL
 Version:      1.5
-Release:      20031017
+Release:      20031107
 
 #   package options
 %option       with_optimize   yes