Ticket #801 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

Fedora makefile is bad

Reported by: BeNe Assigned to:
Priority: major Milestone: ispCP ω 1.0.0 - RC3
Component: Backend (Engine) Version: ispCP ω 1.0.0 - DEV
Severity: Keywords:
Cc:

Description

Please change this in the Fedora Makefile

(cd ./logrotate && $(MAKE) install);  
         fi

to this:

(cd ./logrotate && $(MAKE) install);  \
         fi

-> http://www.isp-control.net/forum/makefile-in-configdistfedora-isbad-please-fix-t-1579.html

Attachments

Change History

10/20/2007 08:34:57 PM changed by breaki

  • status changed from new to closed.
  • resolution set to fixed.

fixed in 883


Add/Change #801 (Fedora makefile is bad)




Action