Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Aug 2018 16:49:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        stable@FreeBSD.org
Subject:   [Bug 230620] "install -d" issue
Message-ID:  <bug-230620-1689@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 230620
           Summary: "install -d" issue
           Product: Base System
           Version: 11.1-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: stable@FreeBSD.org
          Reporter: eugen@freebsd.org
             Flags: mfc-stable11?

install(1) manual page tells that the install utility can create missing pa=
rent
directories as required if -d options is specified. This mode seems to work
half-way only, as it really creates needed directories but fails to copy
specified files there:

$ cd /tmp
$ touch file1 file2
$ install -d dir file1 file2
install: file1 exists but is not a directory
$ ls -lR dir
total 0

--=20
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-230620-1689>