aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-30 02:00:49 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-30 02:00:49 +0000
commit2bad44c90fd5c43e8ac0e1b0d9ae009111def609 (patch)
tree8118d07dd443a6af05285e51d5c30e93e3bc9155
parent24c1e3c22259fee9f8a08911d5e5c6e2604ead18 (diff)
move mkpkgconfig script where it belongs
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7222 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--Makefile2
-rwxr-xr-xbuild_tools/mkpkgconfig (renamed from mkpkgconfig)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5c18fca0f..9c3f60def 100644
--- a/Makefile
+++ b/Makefile
@@ -538,7 +538,7 @@ clean:
$(MAKE) -C stdtime clean
datafiles: all
- if [ x`whoami` = xroot ]; then sh mkpkgconfig $(DESTDIR)/usr/lib/pkgconfig; fi
+ if [ x`whoami` = xroot ]; then sh build_tools/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 \
diff --git a/mkpkgconfig b/build_tools/mkpkgconfig
index 0ae2a24bf..0ae2a24bf 100755
--- a/mkpkgconfig
+++ b/build_tools/mkpkgconfig