Do some data normalization so that the install files will have stable

ordering and known values.  This way subsequent packaging runs won't
have any differences unless there's a real data change.
This commit is contained in:
Bharat Mediratta
2009-03-20 08:22:57 +00:00
parent 06baa24dd6
commit 6df1dffed1
3 changed files with 30 additions and 12 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
<?php
!file_exists(VARPATH . "albums") && mkdir(VARPATH . "albums");
!file_exists(VARPATH . "logs") && mkdir(VARPATH . "logs");
!file_exists(VARPATH . "uploads") && mkdir(VARPATH . "uploads");
!file_exists(VARPATH . "modules") && mkdir(VARPATH . "modules");
!file_exists(VARPATH . "resizes") && mkdir(VARPATH . "resizes");
!file_exists(VARPATH . "thumbs") && mkdir(VARPATH . "thumbs");
!file_exists(VARPATH . "modules") && mkdir(VARPATH . "modules");
!file_exists(VARPATH . "uploads") && mkdir(VARPATH . "uploads");