lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 2081761 1/5: Add missing graphics to fardels


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 2081761 1/5: Add missing graphics to fardels
Date: Thu, 6 Jun 2019 08:24:16 -0400 (EDT)

branch: master
commit 2081761718738f56591341d02a6d61331a1c411d
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Add missing graphics to fardels
    
    Added files {company_logo.png group_quote_banner.png} to fardels, which
    until now haven't included them. The 'install_msw.sh' script copies
    these files from an appropriate location to /opt/lmi/data/ , whence
    'workhorse.make' copies them into fardels.
---
 workhorse.make | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/workhorse.make b/workhorse.make
index c952e39..df62344 100644
--- a/workhorse.make
+++ b/workhorse.make
@@ -1217,6 +1217,8 @@ fardel: install
 wrap_fardel:
        @$(CP) $(prefix)/third_party/bin/md5sum$(EXEEXT) .
        @$(CP) $(datadir)/configurable_settings.xml .
+       @$(CP) $(datadir)/company_logo.png .
+       @$(CP) $(datadir)/group_quote_banner.png .
        @$(CP) --preserve $(fardel_binaries) $(fardel_files) .
        @$(fardel_date_script)
        @$(MD5SUM) --binary $(fardel_checksummed_files) >validated.md5



reply via email to

[Prev in Thread] Current Thread [Next in Thread]