Skip to content

Commit

Permalink
scripts/copy_nss: copy programs too
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrop7 committed Jan 28, 2011
1 parent 521f7db commit 4d020a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/copy_nss
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ mkdir -p "${DEST}"/lib
cp "${NSSOBJ}/lib"/{libnspr4,libplc4,libplds4,ssl3,smime3,nss3}.lib "${DEST}"/lib/
mkdir -p "${DEST}"/bin
cp "${NSSOBJ}/lib"/*.dll "${DEST}"/bin/
cp "${NSSOBJ}/bin"/*.exe "${DEST}"/bin/

0 comments on commit 4d020a0

Please sign in to comment.