Author: glen                         Date: Sun Aug 28 15:28:49 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- @LICENSE@ expansions for fonts-microsoft packages

---- Files affected:
SOURCES:
   license-installer.sh (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/license-installer.sh
diff -u SOURCES/license-installer.sh:1.3 SOURCES/license-installer.sh:1.4
--- SOURCES/license-installer.sh:1.3    Tue Aug 23 21:20:31 2005
+++ SOURCES/license-installer.sh        Sun Aug 28 17:28:44 2005
@@ -38,11 +38,17 @@
                fi
        fi
 else
-       echo "
+       if [ "@LICENSE@" != '@'LICENSE'@' ]; then
+               cat @LICENSE@
+               echo "
+If you accept the above license rebuild the package using:
+"
+       else
+               echo "
 License issues made us not to include inherent files into
 this package by default. If you want to create full working
 package please build it with the following command:
-
-$0 --with license_agreement @SPECFILE@
 "
+       fi
+       echo "$0 --with license_agreement @SPECFILE@"
 fi
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/license-installer.sh?r1=1.3&r2=1.4&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to