Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Oct 1998 23:19:47 -0800 (PST)
From:      Satoshi Asami <asami@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: ports/emulators/hfsutils Makefile
Message-ID:  <199810260719.XAA17027@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
asami       1998/10/25 23:19:47 PST

  Modified files:
    emulators/hfsutils   Makefile 
  Log:
  Doesn't install....
  
  ===
  for file in hfssh; do   install -c -s -o bin -g bin -m 555 -m 755 $file "/usr/local/bin/.";   done
  for file in hfs; do   install -c -o bin -g bin -m 444 $file "/usr/local/bin/.";   done
  install: hfs: No such file or directory
  *** Error code 71
  
  Stop.
  
  Revision  Changes    Path
  1.13      +3 -1      ports/emulators/hfsutils/Makefile

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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