Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
more neverending twiddling
Browse files Browse the repository at this point in the history
  • Loading branch information
mtravers committed Mar 5, 2012
1 parent 56e1e78 commit 67bb342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/release
Expand Up @@ -7,7 +7,7 @@ cat << EOF
addons:
- shared-database:5mb
config_vars:
PATH: bin:/usr/bin:/bin
PATH: .:/usr/bin:/bin
CCL_DEFAULT_DIRECTORY: ccl
default_process_types:
web: lispapp
Expand Down
2 changes: 1 addition & 1 deletion setup/compile.lisp
Expand Up @@ -33,7 +33,7 @@
(load (make-pathname :directory *build-dir* :defaults "heroku-setup.lisp"))

(save-application
(format nil "~A/bin/lispapp" (getenv "BUILD_DIR")) ;must match path specified in bin/release
(format nil "~A/lispapp" (getenv "BUILD_DIR")) ;must match path specified in bin/release
:prepend-kernel t
:toplevel-function #'heroku-toplevel
)

0 comments on commit 67bb342

Please sign in to comment.