diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-23 15:21:29 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-23 15:21:29 +0200 |
commit | bada6666c70977a058755ccf232e7d67b24adeed (patch) | |
tree | 1e92d50cebce96abaf9bce19e36026c47f77b9ba /build-0.3/install | |
parent | eaf34adcbd8095bc6d1f3371b1227f654c7b19fc (diff) |
New upstream release
Diffstat (limited to 'build-0.3/install')
-rw-r--r-- | build-0.3/install/configuration.make | 3 | ||||
-rwxr-xr-x | build-0.3/install/install | 3 | ||||
-rw-r--r-- | build-0.3/install/install-functions.make | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/build-0.3/install/configuration.make b/build-0.3/install/configuration.make index 66c9dd3..d7ece48 100644 --- a/build-0.3/install/configuration.make +++ b/build-0.3/install/configuration.make @@ -1,6 +1,5 @@ # file : build/install/configuration.make -# author : Boris Kolpackov <boris@codesynthesis.com> -# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file install_prefix := /usr/local diff --git a/build-0.3/install/install b/build-0.3/install/install index 20193b6..40fe037 100755 --- a/build-0.3/install/install +++ b/build-0.3/install/install @@ -1,8 +1,7 @@ #! /usr/bin/env bash # file : build/install/install -# author : Boris Kolpackov <boris@codesynthesis.com> -# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # Run native install command if available and install-sh otherwise. diff --git a/build-0.3/install/install-functions.make b/build-0.3/install/install-functions.make index 4434cbe..22f69a7 100644 --- a/build-0.3/install/install-functions.make +++ b/build-0.3/install/install-functions.make @@ -1,6 +1,5 @@ # file : build/install/install-functions.make -# author : Boris Kolpackov <boris@codesynthesis.com> -# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file #@@ could just call it functions.make |