[Asterisk-Dev] Re: Mac OS X Compile Problems and FYI
Brian West
brian.west at mac.com
Sun Mar 20 11:24:24 MST 2005
I don't get these issues....
/b
On Mar 20, 2005, at 11:52 AM, Matthew Boehm wrote:
> 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
>
>
> _______________________________________________
> Asterisk-Dev mailing list
> Asterisk-Dev at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-dev
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-dev
More information about the asterisk-dev
mailing list