diff options
author | Andreas Metzler <ametzler@downhill.at.eu.org> | 2013-02-12 15:55:04 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-02-12 15:55:04 +0100 |
commit | b90410f7c6ef5e1bb73837d7ddbda855a91ac79f (patch) | |
tree | 12ae3f39d1c25760e913b6c21042f29e305e99b5 /p11-kit | |
parent | 04781672277a537551c369ae71ecdc8410e31dc3 (diff) |
Respect destdir when creating package module config directory
Diffstat (limited to 'p11-kit')
-rw-r--r-- | p11-kit/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p11-kit/Makefile.am b/p11-kit/Makefile.am index 776d337..0afa084 100644 --- a/p11-kit/Makefile.am +++ b/p11-kit/Makefile.am @@ -102,4 +102,4 @@ EXTRA_DIST = \ # Proxy module is actually same as library, so install a link install-exec-hook: $(LN_S) -f `readlink $(DESTDIR)$(libdir)/libp11-kit.so` $(DESTDIR)$(libdir)/p11-kit-proxy.so - $(MKDIR_P) $(p11_package_config_modules) + $(MKDIR_P) $(DESTDIR)$(p11_package_config_modules) |