Changeset 1907
- Timestamp:
- 11/10/04 23:40:45 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/setup.py
r1905 r1907 24 24 # 25 25 # $Log$ 26 # Revision 1.57 2004/11/10 22:40:45 jalet 27 # Logos are installed now 28 # 26 29 # Revision 1.56 2004/11/10 22:17:12 jalet 27 30 # Installation script is now non-interactive again, and doesn't install … … 280 283 data_files.append((os.sep.join([directory, "cgi-bin"]), ["cgi-bin/README", "cgi-bin/printquota.cgi"])) 281 284 285 data_files.append((os.sep.join([directory, "logos"]), glob.glob(os.sep.join(["logos", "*.png"])) + glob.glob(os.sep.join(["logos", "*.xcf"])))) 286 282 287 pgdirectory = os.sep.join([directory, "postgresql"]) 283 288 data_files.append((pgdirectory, ["initscripts/postgresql/README.postgresql", "initscripts/postgresql/pykota-postgresql.sql"]))