summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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