Browse Source

use $[PACKAGE]

David Rose 21 years ago
parent
commit
556bb05f8b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/pptempl/PythonPackageInit.pp

+ 1 - 1
dtool/pptempl/PythonPackageInit.pp

@@ -41,7 +41,7 @@ There are two cases:
     is crafted so that it will do no harm if it is installed.
     is crafted so that it will do no harm if it is installed.
 """
 """
 
 
-package = '$[upcase $[notdir $[TOPDIR]]]'
+package = '$[upcase $[PACKAGE]]'
 
 
 import os
 import os
 import sys
 import sys