From 2a6cbbacf7c903ffae142478e41b10755d2b873d Mon Sep 17 00:00:00 2001 From: "Carl D. Roth" Date: Fri, 27 May 2016 13:11:48 -0700 Subject: [PATCH] fpm/deb do not like uppercase letters in package names. ORLY? --- builds/amd64/installer/installed/PKG.yml | 2 +- builds/powerpc/installer/installed/PKG.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builds/amd64/installer/installed/PKG.yml b/builds/amd64/installer/installed/PKG.yml index ac1ff1a6..4b375b2f 100644 --- a/builds/amd64/installer/installed/PKG.yml +++ b/builds/amd64/installer/installed/PKG.yml @@ -1,2 +1,2 @@ -!include $ONL/builds/any/installer/APKG.yml ARCH=amd64 BOOTMODE=INSTALLED +!include $ONL/builds/any/installer/APKG.yml ARCH=amd64 BOOTMODE=installed diff --git a/builds/powerpc/installer/installed/PKG.yml b/builds/powerpc/installer/installed/PKG.yml index 25b0b747..2447d684 100644 --- a/builds/powerpc/installer/installed/PKG.yml +++ b/builds/powerpc/installer/installed/PKG.yml @@ -1 +1 @@ -!include $ONL/builds/any/installer/APKG.yml ARCH=powerpc BOOTMODE=INSTALLED +!include $ONL/builds/any/installer/APKG.yml ARCH=powerpc BOOTMODE=installed