Bug 510890 - /usr/share/publican/make/Makefile.common is missing a semi-colon
Summary: /usr/share/publican/make/Makefile.common is missing a semi-colon
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Publican
Classification: Community
Component: publican
Version: 1.6
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Jeff Fearn 🐞
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-07-12 06:58 UTC by Robert P. J. Day
Modified: 2010-11-24 04:19 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-10-02 00:38:00 UTC
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.