summaryrefslogtreecommitdiff
path: root/functions/conffile.sh
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:20:36 +0100
commit813f5227ab37641926ef1669ad185376abc904de (patch)
tree9d9718c7f3a43061cc8f1e1b1073baf13eab0a50 /functions/conffile.sh
parentb5c39f47ce2afe334fc7e787b651e66670d3d2ea (diff)
downloadvyos-live-build-813f5227ab37641926ef1669ad185376abc904de.tar.gz
vyos-live-build-813f5227ab37641926ef1669ad185376abc904de.zip
Replacing last occurences of lh with lb.
Diffstat (limited to 'functions/conffile.sh')
-rwxr-xr-xfunctions/conffile.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/functions/conffile.sh b/functions/conffile.sh
index 02730dfd8..65a035794 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