From a85b35aefed2b7895f32a2b66eb3c965ecbc58c7 Mon Sep 17 00:00:00 2001 From: artoo Date: Wed, 8 Oct 2014 13:14:28 +0200 Subject: [PATCH] add version --- bin/basestrap.in | 2 ++ bin/build-set.in | 2 ++ bin/checkpkg.in | 2 ++ bin/find-libdeps.in | 2 ++ bin/finddeps.in | 2 ++ bin/fstabgen.in | 2 ++ bin/lddd.in | 2 ++ bin/make-set.in | 2 ++ bin/manjaro-chroot.in | 2 ++ bin/mkchroot.in | 2 ++ bin/mkchrootpkg.in | 2 ++ bin/signpkg.in | 2 ++ 12 files changed, 24 insertions(+) diff --git a/bin/basestrap.in b/bin/basestrap.in index c33b395..1a5eda1 100644 --- a/bin/basestrap.in +++ b/bin/basestrap.in @@ -8,6 +8,8 @@ # 4) A valid mirror appears in /etc/pacman.d/mirrorlist # +version=@version@ + shopt -s extglob if [[ -r @libdir@/messages.sh ]];then diff --git a/bin/build-set.in b/bin/build-set.in index f6e9880..5df45f1 100644 --- a/bin/build-set.in +++ b/bin/build-set.in @@ -9,6 +9,8 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. +version=@version@ + if [[ -r @libdir@/messages.sh ]];then source @libdir@/messages.sh fi diff --git a/bin/checkpkg.in b/bin/checkpkg.in index ccd9cf0..d4402a8 100644 --- a/bin/checkpkg.in +++ b/bin/checkpkg.in @@ -8,6 +8,8 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. +version=@version@ + if [[ -r @libdir@/messages.sh ]];then source @libdir@/messages.sh fi diff --git a/bin/find-libdeps.in b/bin/find-libdeps.in index 1e798ca..38aa165 100644 --- a/bin/find-libdeps.in +++ b/bin/find-libdeps.in @@ -8,6 +8,8 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. +version=@version@ + if [[ -r @libdir@/messages.sh ]];then source @libdir@/messages.sh fi diff --git a/bin/finddeps.in b/bin/finddeps.in index 848d4b0..6eb6308 100644 --- a/bin/finddeps.in +++ b/bin/finddeps.in @@ -8,6 +8,8 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. +version=@version@ + if [[ -r @libdir@/messages.sh ]];then source @libdir@/messages.sh fi diff --git a/bin/fstabgen.in b/bin/fstabgen.in index f5cb3d8..19d3ab7 100644 --- a/bin/fstabgen.in +++ b/bin/fstabgen.in @@ -8,6 +8,8 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. +version=@version@ + shopt -s extglob if [[ -r @libdir@/messages.sh ]];then diff --git a/bin/lddd.in b/bin/lddd.in index 03f8b5a..a22d38c 100644 --- a/bin/lddd.in +++ b/bin/lddd.in @@ -8,6 +8,8 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. +version=@version@ + if [[ -r @libdir@/messages.sh ]];then source @libdir@/messages.sh fi diff --git a/bin/make-set.in b/bin/make-set.in index dbdc651..86a16a7 100644 --- a/bin/make-set.in +++ b/bin/make-set.in @@ -9,6 +9,8 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. +version=@version@ + if [[ -r @libdir@/messages.sh ]];then source @libdir@/messages.sh fi diff --git a/bin/manjaro-chroot.in b/bin/manjaro-chroot.in index 6edd138..776fd3a 100644 --- a/bin/manjaro-chroot.in +++ b/bin/manjaro-chroot.in @@ -8,6 +8,8 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. +version=@version@ + shopt -s extglob if [[ -r @libdir@/messages.sh ]];then diff --git a/bin/mkchroot.in b/bin/mkchroot.in index a259d27..de269f7 100644 --- a/bin/mkchroot.in +++ b/bin/mkchroot.in @@ -8,6 +8,8 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. +version=@version@ + if [[ -r @libdir@/messages.sh ]];then source @libdir@/messages.sh fi diff --git a/bin/mkchrootpkg.in b/bin/mkchrootpkg.in index d444c41..7d4b7ea 100644 --- a/bin/mkchrootpkg.in +++ b/bin/mkchrootpkg.in @@ -8,6 +8,8 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. +version=@version@ + if [[ -r @libdir@/messages.sh ]];then source @libdir@/messages.sh fi diff --git a/bin/signpkg.in b/bin/signpkg.in index 550d325..19d3b9a 100644 --- a/bin/signpkg.in +++ b/bin/signpkg.in @@ -8,6 +8,8 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. +version=@version@ + if [[ -r @libdir@/messages.sh ]];then source @libdir@/messages.sh fi