From 4429022b98ed97dd91024edb45db8bfc7addf64e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 19 Dec 2013 15:25:38 +0100 Subject: [ticket/12030] Include adm/images/ when the css file was updated The images are referenced relative from the admin.css file. So when it was updated and the images where not, the updater will be without images, unless we ensure that they are included in the update-package. PHPBB3-12021 PHPBB3-12030 --- build/package.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build/package.php') diff --git a/build/package.php b/build/package.php index d80a09cc59..4d9e43f4a3 100755 --- a/build/package.php +++ b/build/package.php @@ -181,6 +181,12 @@ if (sizeof($package->old_packages)) * files from the same or subsequent directories. */ $copy_relative_directories = array( + 'adm/style/admin.css' => array( + 'copied' => false, + 'copy' => array( + 'adm/images/*' => 'adm/images', + ), + ), 'config/' => array( 'copied' => false, 'copy' => array( -- cgit v1.2.1