Friday, June 8, 2018

[389-commits] [389-ds-base] 01/01: Ticket 49689 - Cockpit subpackage does not build in PREFIX installations

This is an automated email from the git hooks/post-receive script.

mreynolds pushed a commit to branch master
in repository 389-ds-base.

commit 68cf69c8c391ee7c1c3f5ae6959a208aa3a29852
Author: Mark Reynolds <mreynolds@redhat.com>
Date: Fri Jun 8 08:10:53 2018 -0400

Ticket 49689 - Cockpit subpackage does not build in PREFIX installations

Description: For prefix isntallations we need to make sure the destination
location directory tree is created: mkdir -p

https://pagure.io/389-ds-base/issue/49689

Reviewed by: mreynolds(one line commit rule)
---
Makefile.am | 1 +
1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index 4e02606..18aa04a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -759,6 +759,7 @@ libexec_SCRIPTS = ldap/admin/src/scripts/ds_selinux_enabled \

install-data-hook:
if [ "$(srcdir)" != "." ]; then cp -r $(srcdir)/src/cockpit src ; fi
+ mkdir -p $(DESTDIR)$(cockpitdir)
rsync -rupE src/cockpit/389-console/ $(DESTDIR)$(cockpitdir)

if ENABLE_PERL

--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
389-commits mailing list -- 389-commits@lists.fedoraproject.org
To unsubscribe send an email to 389-commits-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/389-commits@lists.fedoraproject.org/message/2IGCECOE47CCKAN6KLBCQV2RVZ4YQDNH/

No comments:

Post a Comment