[Asterisk-Dev] Re: Mac OS X Compile Problems and FYI

Matthew Boehm mboehm at cytelcom.com
Sun Mar 20 10:52:04 MST 2005


Forgot about this during "make install"

sh mkpkgconfig /usr/lib/pkgconfig
sed: illegal option -- r
sed: illegal option -- r
usage: sed script [-Ean] [-i extension] [file ...]
       sed [-an] [-i extension] [-e script] ... [-f script_file] ... [file
...]
usage: sed script [-Ean] [-i extension] [file ...]
       sed [-an] [-i extension] [-e script] ... [-f script_file] ... [file
...]
sed: illegal option -- r
usage: sed script [-Ean] [-i extension] [file ...]
       sed [-an] [-i extension] [-e script] ... [-f script_file] ... [file
...]
mkdir -p /var/lib/asterisk/sounds/digits
for x in sounds/digits/*.gsm; do \
        if grep -q "^%`basename $x`%" sounds.txt; then \
                install -m 644 $x /var/lib/asterisk/sounds/digits ; \
        else \
                echo "No description for $x"; \
                exit 1; \
        fi; \
done

(damn entourage line wrapping)

Sed wouldn't respond to the usual version checking switches (-v -V -? -H -h
--version etc..) so I have no idea what version I'm running.

-Matthew





More information about the asterisk-dev mailing list