Bug 510890

Summary: /usr/share/publican/make/Makefile.common is missing a semi-colon
Product: [Community] Publican Reporter: Robert P. J. Day <rpjday>
Component: publicanAssignee: Jeff Fearn 🐞 <jfearn>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 1.6CC: jfearn, mmcallis, publican-list
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-10-02 00:38:00 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Robert P. J. Day 2009-07-12 06:58:00 UTC
line 181:

        @if [ ! -d $(COMMON_CONTENT)/$(BRAND) ]; then \
                echo; \
                echo "*ERROR: Brand $(BRAND) is not installed*" ; \
                echo "Either install $(BRAND) or change to a valid Brand."; \
                echo "Installed Brands:" \       <---- ERROR
                echo "`ls $(COMMON_CONTENT)`"; \
                exit 1; \
        fi

  the line above needs a semi-colon.

Comment 1 Jeff Fearn 🐞 2009-10-02 00:38:00 UTC
The version of publican which uses Makefiles has been deprecated in development.