Changeset 1581:9b4081b29202
- Timestamp:
- 08/25/13 18:46:29 (10 years ago)
- Branch:
- default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r1451 r1581 11 11 12 12 ## Copy needed folders and files 13 cp -pRf ./admin ./inc ./themes ./index.php ./CHANGELOG ./CREDITS ./LICENSE ./README ./$(DC)/13 cp -pRf ./admin ./inc ./themes ./index.php ./CHANGELOG ./CREDITS ./LICENSE ./README.md ./CONTRIBUTING.md ./$(DC)/ 14 14 15 15 ## Locales directory … … 88 88 89 89 deb: 90 cp ./README debian/README90 cp ./README.md debian/README 91 91 dpkg-buildpackage -rfakeroot 92 92 -
inc/dbschema/upgrade.php
r1205 r1581 336 336 } 337 337 338 if (version_compare($version, '2.5.1','<='))338 if (version_compare($version,'2.5.1','<=')) 339 339 { 340 340 // Flash enhanced upload no longer needed 341 341 @unlink(DC_ROOT.'/'.'inc/swf/swfupload.swf'); 342 } 343 344 if (version_compare($version,'2.6','<=')) 345 { 346 // README has been replaced by README.md and CONTRIBUTING.md 347 @unlink(DC_ROOT.'/'.'README'); 342 348 } 343 349
Note: See TracChangeset
for help on using the changeset viewer.