From 0b7c6de93d96e22741f39c91a6a2a01eb5a4b109 Mon Sep 17 00:00:00 2001 From: tilghman Date: Fri, 3 Mar 2006 00:38:14 +0000 Subject: Bug 6638 - Use POSIX command for Solaris git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11635 f38db490-d61c-443f-a65b-d21fe96a405b --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 348cdaa39..5f90fe6a5 100644 --- a/Makefile +++ b/Makefile @@ -539,7 +539,7 @@ clean: $(MAKE) -C stdtime clean datafiles: all - if [ x`whoami` = xroot ]; then sh mkpkgconfig $(DESTDIR)/usr/lib/pkgconfig; fi + if [ x`id -un` = xroot ]; then sh mkpkgconfig $(DESTDIR)/usr/lib/pkgconfig; fi mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/sounds/digits mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/sounds/priv-callerintros for x in sounds/digits/*.gsm; do \ -- cgit v1.2.3