]> git.pld-linux.org Git - packages/acroread.git/commitdiff
- @LICENSE@ expansions for fonts-microsoft packages
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 28 Aug 2005 15:28:44 +0000 (15:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    license-installer.sh -> 1.4

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.029133 seconds and 4 git commands to generate.