From 350287ea0875f668a5a4a0c520fd4b7e96ffc9b6 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Wed, 30 Nov 2005 02:00:49 +0000 Subject: [PATCH] move mkpkgconfig script where it belongs git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7222 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 2 +- mkpkgconfig => build_tools/mkpkgconfig | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename mkpkgconfig => build_tools/mkpkgconfig (100%) diff --git a/Makefile b/Makefile index 5c18fca0f7..9c3f60def9 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 similarity index 100% rename from mkpkgconfig rename to build_tools/mkpkgconfig -- 2.47.2