aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-03 00:38:14 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-03 00:38:14 +0000
commit0b7c6de93d96e22741f39c91a6a2a01eb5a4b109 (patch)
tree5e9ef7a7c31a13a3f436dfddc63c2b4f5f6790be /Makefile
parent4dedb49b876dca7368c106ee426e1243524ae49a (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \