[ostree: 58/70] build: Move grub2-15_ostree back to pkglibexecdir



commit 581a643e17d81200af50f641a4b2c40ceafe46db
Author: Colin Walters <walters verbum org>
Date:   Fri Apr 8 10:28:17 2016 -0400

    build: Move grub2-15_ostree back to pkglibexecdir
    
    It's not quite namespaced enough to have
    `/usr/libexec/grub2-15_ostree`, and the Fedora spec file expects
    things in `/usr/libexec/ostree`.  Changing the spec file would be
    annoying as we'd need conditionals.
    
    Closes: #249
    Approved by: gatispaeglis

 Makefile-boot.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile-boot.am b/Makefile-boot.am
index a2cdc28..7ec54fa 100644
--- a/Makefile-boot.am
+++ b/Makefile-boot.am
@@ -41,10 +41,10 @@ endif
 
 if !BUILDOPT_BUILTIN_GRUB2_MKCONFIG
 # We're using the system grub2-mkconfig generator
-libexec_SCRIPTS = src/boot/grub2/grub2-15_ostree
+pkglibexec_SCRIPTS += src/boot/grub2/grub2-15_ostree
 install-grub2-config-hook:
        mkdir -p $(DESTDIR)$(grub2configdir)
-       ln -sf $(libexecdir)/grub2-15_ostree $(DESTDIR)$(grub2configdir)/15_ostree
+       ln -sf $(pkglibexecdir)/grub2-15_ostree $(DESTDIR)$(grub2configdir)/15_ostree
 grub2configdir = $(sysconfdir)/grub.d
 INSTALL_DATA_HOOKS += install-grub2-config-hook
 else


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]