From bf87db5b38ec651e3509ea5ec02bb4c7928352e3 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Tue, 23 Jul 2013 19:03:58 +0200 Subject: Rename libexec to share The `/usr/local/libexec` standard looks awkward on Debian, so after careful and sad evaluation we've concluded that we do not, in fact, execute the `rcm.sh` library. Move it to `/usr/local/share` instead. --- share/rcm/rcm.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 share/rcm/rcm.sh (limited to 'share') diff --git a/share/rcm/rcm.sh b/share/rcm/rcm.sh new file mode 100644 index 0000000..54bdb07 --- /dev/null +++ b/share/rcm/rcm.sh @@ -0,0 +1,11 @@ +VERSION="0.0.2" + +version() { + cat << EOV +$1 (rcm) $VERSION +Copyright (C) 2013 Mike Burns +License BSD: BSD 3-clause license + +Written by Mike Burns. +EOV +} -- cgit v1.2.3