I ran into a little problem packaging hackety hack, and the same thing happened while trying to package my own apps. I think this bug is just due to a fix for an old path bug in shoes.
Unfortunately, when I run: rake APP=../hacketyhack rake APP=../hacketyhack installer ./pkg/hacketyhack-0.r1226.run Then it looks for the app/ directory in the current directory, even though it is all the way over in /tmp/selfgz12345 hey look, here's a patch: http://github.com/evanfarrar/shoes/commit/f1634d5060937c9d1ad5b1ed954e09fbfdf0da67 There's definitely a better way to do it, but the gist of it is: I re-issue the cd "$OLDPWD" getting us back to the tmp directory, which is what most apps would expect.
