aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-21 02:44:06 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-21 02:44:06 +0000
commit504469ada1fa40b2841265fb98196c78ff739be5 (patch)
treebe4a08bd6e0e260b8fb27cf3090fcf76bcea0286 /Makefile
parentf59208b3547f73e655d5d5b6262aaf099a79a54b (diff)
issue #5775
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7165 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 815644f81..69e57fea4 100755
--- a/Makefile
+++ b/Makefile
@@ -534,7 +534,7 @@ clean:
$(MAKE) -C stdtime clean
datafiles: all
- if test $$(id -u) = 0; then sh mkpkgconfig $(DESTDIR)/usr/lib/pkgconfig; fi
+ if [ x`whoami` = 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 \