aboutsummaryrefslogtreecommitdiffstats
path: root/build/package.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-12-19 15:25:38 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-12-19 15:25:38 +0100
commit4429022b98ed97dd91024edb45db8bfc7addf64e (patch)
treef9a30170d5102a62a5eb2dec873593fd579e045a /build/package.php
parenteac19fb5f63b012cd88a5970bcb392c598021a41 (diff)
downloadforums-4429022b98ed97dd91024edb45db8bfc7addf64e.tar
forums-4429022b98ed97dd91024edb45db8bfc7addf64e.tar.gz
forums-4429022b98ed97dd91024edb45db8bfc7addf64e.tar.bz2
forums-4429022b98ed97dd91024edb45db8bfc7addf64e.tar.xz
forums-4429022b98ed97dd91024edb45db8bfc7addf64e.zip
[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
Diffstat (limited to 'build/package.php')
-rwxr-xr-xbuild/package.php6
1 files changed, 6 insertions, 0 deletions
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(