aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-03 01:03:41 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-03 01:03:41 +0000
commit273d8cf639b434442711c4278967115feebc0601 (patch)
treecf64a76b0e5822481dfa957c553ede7c478ae22b /Makefile
parent6d36526d5f47c4f5331f24966c0c42f479fd60bb (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@11658 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 3b2b7bd4f..28c76cf94 100644
--- a/Makefile
+++ b/Makefile
@@ -543,7 +543,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 \