Skip to content

Commit

Permalink
Siege install works as intended.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Sep 7, 2011
1 parent 39ff452 commit 806f839
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions siege/shell/functions
@@ -1,7 +1,14 @@
#!/bin/sh #!/bin/sh


siege_preinstall() siege_install()
{ {
paths create "${install_path}/etc" "${install_path}/var" paths create recursive "${install_path}"/{bin,etc,var}

file copy force from "doc/siegerc" to "${install_path}/etc/siegerc"
file copy force from "doc/urls.txt" to "${install_path}/etc/urls.txt"
file copy force from "src/siege" to "${install_path}/bin/siege"

package make install
package activate first
} }


0 comments on commit 806f839

Please sign in to comment.