summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-11-23 10:36:48 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:29 +0100
commit1459914e2f8675d2ebec4875cb702a097f6887fe (patch)
tree4de2dd37d6e9261c3e113dbaa31b7588200e55b8 /functions
parentc93b59ea89adf03475f6ae750d646a54fb94e58b (diff)
downloadlive-build-1459914e2f8675d2ebec4875cb702a097f6887fe.zip
live-build-1459914e2f8675d2ebec4875cb702a097f6887fe.tar.gz
Replacing last occurences of lh with lb.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/conffile.sh6
-rwxr-xr-xfunctions/man.sh2
2 files changed, 4 insertions, 4 deletions
diff --git a/functions/conffile.sh b/functions/conffile.sh
index 02730df..65a0357 100755
--- a/functions/conffile.sh
+++ b/functions/conffile.sh
@@ -17,9 +17,9 @@ Get_conffiles ()
for FILE in ${@}
do
FILES="${FILES} ${FILE} ${FILE}.${LB_ARCHITECTURE} ${FILE}.${DISTRIBUTION}"
- FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lh_||')"
- FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lh_||').${ARCHITECTURE}"
- FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lh_||').${DISTRIBUTION}"
+ FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lb_||')"
+ FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lb_||').${ARCHITECTURE}"
+ FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lb_||').${DISTRIBUTION}"
done
fi
diff --git a/functions/man.sh b/functions/man.sh
index 672ed7b..c039a39 100755
--- a/functions/man.sh
+++ b/functions/man.sh
@@ -12,7 +12,7 @@ Man ()
{
if [ -x "$(which man 2>/dev/null)" ]
then
- man lh_$(basename ${0})
+ man lb_$(basename ${0})
exit 0
fi
}