Skip to content

Commit

Permalink
HEAD-764 illumos-extra rebuild can fail in nspr if symlink already ex…
Browse files Browse the repository at this point in the history
…ists
  • Loading branch information
jjelinek committed Nov 9, 2011
1 parent 5a0b65a commit 5a2dbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nss-nspr/install-nss-64
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ BIN_PREFIX64=${DESTDIR}/usr/bin/amd64
mkdir -p ${PREFIX}
mkdir -p ${PREFIX64}
mkdir -p ${BIN_PREFIX64}
ln -s ../amd64 ${PREFIX}/64
ln -s ../amd64 ${PREFIX}/64 || true

source ../install.subr

Expand Down

0 comments on commit 5a2dbf2

Please sign in to comment.