Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Oct 2014 21:18:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194357] New: sysutils/cbsd: fix Makefile by replacing asterisk in cp
Message-ID:  <bug-194357-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194357

            Bug ID: 194357
           Summary: sysutils/cbsd: fix Makefile by replacing asterisk in
                    cp
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: olevole@olevole.ru

Created attachment 148312
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=148312&action=edit
sysutils/cbsd: fix Makefile by replacing asterisk in cp

replace construction:
  cp SRCDIR/* DSTDIR
to
  cp SRCDIR DSTDIR

in Makefile because SRCDIR have the directory starting with dot which we lost.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194357-13>