David Rose 20 years ago
parent
commit
98c32d4e43
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandaapp/Package.pp

+ 1 - 1
pandaapp/Package.pp

@@ -36,7 +36,7 @@
 
 
 // Where should we install PANDAAPP?
 // Where should we install PANDAAPP?
 #if $[or $[CTPROJS],$[PANDAAPP]]
 #if $[or $[CTPROJS],$[PANDAAPP]]
-  #define PANDAAPP_INSTALL $[PANDAAPP]
+  #define PANDAAPP_INSTALL $[PANDAAPP]/built
   #define PANDAAPP_INSTALL_OTHER $(PANDAAPP)
   #define PANDAAPP_INSTALL_OTHER $(PANDAAPP)
   #if $[eq $[PANDAAPP],]
   #if $[eq $[PANDAAPP],]
     #error You seem to be attached to some trees, but not PANDAAPP!
     #error You seem to be attached to some trees, but not PANDAAPP!