]> git.pld-linux.org Git - packages/fonts-TTF-microsoft-tahoma.git/blobdiff - license-installer.sh
- @LICENSE@ expansions for fonts-microsoft packages
[packages/fonts-TTF-microsoft-tahoma.git] / license-installer.sh
index 9243741ac376c683dbfc121f5865a07defd33191..46041626853219190d8b3c9c0ef1242c5584d813 100644 (file)
@@ -38,11 +38,17 @@ if [ "$1" = "--with" -a "$2" = "license_agreement" ]; then
                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
This page took 0.034787 seconds and 4 git commands to generate.