[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
- [lmi-commits] [lmi] master updated (ede9f42 -> 649e05f), Greg Chicares, 2019/06/06
- [lmi-commits] [lmi] master 2081761 1/5: Add missing graphics to fardels,
Greg Chicares <=
- [lmi-commits] [lmi] master eca1c31 3/5: Diagnose 7702 q table zero as a problem, Greg Chicares, 2019/06/06
- [lmi-commits] [lmi] master d4eeaab 2/5: Add commented-out deliberate defects, to test product verifier, Greg Chicares, 2019/06/06
- [lmi-commits] [lmi] master b0e9416 4/5: Record a negative experiment, Greg Chicares, 2019/06/06
- [lmi-commits] [lmi] master 649e05f 5/5: Revert "Record a negative experiment", Greg Chicares, 2019/06/06