Index: Makefile =================================================================== RCS file: /usr/cvsroot/asterisk/Makefile,v retrieving revision 1.226 diff -u -r1.226 Makefile --- Makefile 16 Nov 2005 20:23:53 -0000 1.226 +++ Makefile 17 Nov 2005 10:19:02 -0000 @@ -534,7 +534,7 @@ $(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 \