Skip to content

Commit

Permalink
sliksvn: Fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
niheaven committed May 4, 2023
1 parent 9981276 commit 05047ad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bucket/sliksvn.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@
}
},
"pre_install": [
"Get-ChildItem \"$dir\\Slik-Subversion-*.msi\" | Select-Object -First 1 | ForEach-Object {Rename-Item $_ 'dl.msi'}",
"Expand-MsiArchive \"$dir\\dl.msi\" \"$dir\" -ExtractDir 'SlikSvn' -Removal | Out-Null"
"Get-Item \"$dir\\Slik-Subversion-*.msi\" | Expand-MsiArchive -Destination \"$dir\" -ExtractDir 'PFiles' -Removal | Out-Null"
],
"bin": [
"bin\\svn.exe",
"bin\\svnadmin.exe",
"bin\\svnauthz.exe",
"bin\\svnauthz-validate.exe",
"bin\\svnbench.exe",
"bin\\svndumpfilter.exe",
"bin\\svnfsfs.exe",
"bin\\svnlook.exe",
"bin\\svnmucc.exe",
"bin\\svn-populate-node-origins-index.exe",
Expand Down

0 comments on commit 05047ad

Please sign in to comment.