diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-06-02 12:34:47 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-06-02 16:34:53 +0200 |
commit | f8de1df4be6c97f279dd344ef14e2967d848bd32 (patch) | |
tree | a5ea4f6f0e5a8c660cc5c4e7c506ea17892d617d /solenv | |
parent | fbed35762a6b14e8fda5179e320a9c30fd426454 (diff) |
scp2: move fonts to AutoInstall
Add new PACKAGE_FILELIST_FONT
The DONT_DELETE style has no effect for files.
The FONT_WARN_IF_EXISTS style has no effect.
Change-Id: Id062ada0a680341c01827e457b1166d625afe8cc
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/gen-autoinstall.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/gen-autoinstall.py b/solenv/gbuild/gen-autoinstall.py index e47b762bba93..117cbd2b5f02 100644 --- a/solenv/gbuild/gen-autoinstall.py +++ b/solenv/gbuild/gen-autoinstall.py @@ -91,7 +91,7 @@ for (gid, jarfile) in autojars: raise Exception("invalid scp2jartemplate \"" + scp2jartemplate + "\"") print(scp2jartemplate + "(" + gid + "," + jarfile + scp2componentcondition + ")") -scp2pkgtemplates = { "PACKAGE_FILELIST", "SDK_PACKAGE_FILELIST" } +scp2pkgtemplates = { "PACKAGE_FILELIST", "PACKAGE_FILELIST_FONT", "SDK_PACKAGE_FILELIST" } for (gid, pkgfilelist) in autopkgs: if not(scp2pkgtemplate in scp2pkgtemplates): raise Exception("invalid scp2pkgtemplate \"" + scp2pkgtemplate + "\"") |