Signed-off-by: Dan Horák <[email protected]> --- usr/Makefile.am | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/usr/Makefile.am b/usr/Makefile.am index bced120..20352d5 100644 --- a/usr/Makefile.am +++ b/usr/Makefile.am @@ -5,6 +5,6 @@ endif SUBDIRS = lib $(DAEMONDIRS) install-data-hook: - $(MKDIR_P) $(lockdir) - $(CHGRP) pkcs11 $(lockdir) - $(CHMOD) 0770 $(lockdir) + $(MKDIR_P) $(DESTDIR)$(lockdir) + $(CHGRP) pkcs11 $(DESTDIR)$(lockdir) + $(CHMOD) 0770 $(DESTDIR)$(lockdir) -- 1.7.7.6 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Opencryptoki-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opencryptoki-tech
