echo " done."; \
else \
echo "W: checkbashisms - command not found"; \
- echo "I: checkbashisms can be optained from: "; \
+ echo "I: checkbashisms can be obtained from: "; \
echo "I: http://git.debian.org/?p=devscripts/devscripts.git"; \
echo "I: On Debian based systems, checkbashisms can be installed with:"; \
echo "I: apt-get install devscripts"; \
if [ ! -x "$(which debconf-get-selections 2>/dev/null)" ]
then
echo "E: debconf-get-selections - command not found"
- echo "I: debconf-utils can be optained from:"
+ echo "I: debconf-utils can be obtained from:"
echo "I: http://ftp.debian.org/debian/pool/main/d/debconf/"
echo "I: On Debian based systems, po4a can be installed with:"
echo "I: apt-get install debconf-utils"
if [ ! -x "$(which debconf-set-selections 2>/dev/null)" ]
then
echo "E: debconf-set-selections - command not found"
- echo "I: debconf can be optained from:"
+ echo "I: debconf can be obtained from:"
echo "I: http://ftp.debian.org/debian/pool/main/d/debconf/"
echo "I: On Debian based systems, po4a can be installed with:"
echo "I: apt-get install debconf"
Source: http://www.example.org/foobar/
Comment:
This package is based on the live-debconfig-foobar example package
- included in live-debconfig which can be optained from
+ included in live-debconfig which can be obtained from
http://live.debian.net/devel/live-debconfig/.
Files: *
@if [ ! -x "$$(which po4a 2>/dev/null)" ]; \
then \
echo "E: po4a - command not found"; \
- echo "I: po4a can be optained from:"; \
+ echo "I: po4a can be obtained from:"; \
echo "I: http://po4a.alioth.debian.org/"; \
echo "I: On Debian based systems, po4a can be installed with:"; \
echo "I: apt-get install po4a"; \