fix make install; fix the package directory tree

This commit is contained in:
Haoyang Wang
2015-11-09 00:22:33 -08:00
parent 37b7229326
commit 2894f1f873
5 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ if($try_perm){
# run recover, but only if there is something that looks promising
$recover = "./recover";
$recover = "/usr/local/games/bin/recover" unless(-e $recover);
$recover = "/usr/local/bin/recover" unless(-e $recover);
$uid = $<;
foreach ( <$uid*.0> ){