https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230620

            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: sta...@freebsd.org
          Reporter: eu...@freebsd.org
             Flags: mfc-stable11?

install(1) manual page tells that the install utility can create missing parent
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

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to