diff options
author | ache <ache@FreeBSD.org> | 1997-04-27 22:30:10 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-04-27 22:30:10 +0000 |
commit | b720d97a3a3b27ac00b59b94459ed3041cc3eb34 (patch) | |
tree | a27807a0d5807e92a6f857e5ffa608235f3e1a19 /archivers/unzip/pkg-plist | |
parent | f0098b332cbe66d58178b4db5b3686088dac5bd4 (diff) | |
download | FreeBSD-ports-b720d97a3a3b27ac00b59b94459ed3041cc3eb34.zip FreeBSD-ports-b720d97a3a3b27ac00b59b94459ed3041cc3eb34.tar.gz |
Fix ln command
Diffstat (limited to 'archivers/unzip/pkg-plist')
-rw-r--r-- | archivers/unzip/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/unzip/pkg-plist b/archivers/unzip/pkg-plist index 937d216..6182a94 100644 --- a/archivers/unzip/pkg-plist +++ b/archivers/unzip/pkg-plist @@ -1,5 +1,5 @@ bin/unzip -@exec ln -f %F %B/zipinfo +@exec ln -sf %f %B/zipinfo bin/funzip bin/unzipsfx bin/zipgrep |