summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-11-11 20:57:49 +0000
committerMark Spencer <markster@digium.com>2004-11-11 20:57:49 +0000
commitc4cca41a726cb2bb37f34c81794efaaab3572f39 (patch)
treef80ad44b51ce450c93ec0e76f6eaac42524d1a36 /Makefile
parentb1b95fe6f10879d085fa00f07f9e115a9bf93d62 (diff)
Fix for DESTDIR
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4212 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8fc73c3ed..f74d153c8 100755
--- a/Makefile
+++ b/Makefile
@@ -314,7 +314,7 @@ clean:
$(MAKE) -C stdtime clean
datafiles: all
- sh mkpkgconfig
+ sh mkpkgconfig $(DESTDIR)/usr/lib/pkgconfig
mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/sounds/digits
for x in sounds/digits/*.gsm; do \
if grep -q "^%`basename $$x`%" sounds.txt; then \