aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-10-14 12:04:12 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-10-14 12:04:12 +0200
commit3367f0036a2521c7d6ea2b3fed5d42f7b0d19611 (patch)
tree6e82639c4fef96f2006a9586e6403f4fa11d6631 /phpBB/phpbb
parentccb3d0ac78db25f60983e1c3211f0220cbee93f8 (diff)
parent69b57eab5e879a7656786ec3d0b94f30cf62e252 (diff)
downloadforums-3367f0036a2521c7d6ea2b3fed5d42f7b0d19611.tar
forums-3367f0036a2521c7d6ea2b3fed5d42f7b0d19611.tar.gz
forums-3367f0036a2521c7d6ea2b3fed5d42f7b0d19611.tar.bz2
forums-3367f0036a2521c7d6ea2b3fed5d42f7b0d19611.tar.xz
forums-3367f0036a2521c7d6ea2b3fed5d42f7b0d19611.zip
Merge pull request #3977 from Nicofuma/ticket/14236
[ticket/14236] Don't dump Opcache config in Travis
Diffstat (limited to 'phpBB/phpbb')
0 files changed, 0 insertions, 0 deletions
Pascal Rigaux <pixel@mandriva.com>2003-11-19 13:17:11 +0000 committerPascal Rigaux <pixel@mandriva.com>2003-11-19 13:17:11 +0000 commit75dddab6c38081fc268cea01830d6e38bf9873ff (patch) tree0abf87a201e64303e125d72dd45caf1a5c54c222 parent2f57b97bef7bbb10502c36ee85a5521d84f36c7c (diff)downloaddrakx-75dddab6c38081fc268cea01830d6e38bf9873ff.tar
drakx-75dddab6c38081fc268cea01830d6e38bf9873ff.tar.gz
drakx-75dddab6c38081fc268cea01830d6e38bf9873ff.tar.bz2
drakx-75dddab6c38081fc268cea01830d6e38bf9873ff.tar.xz
drakx-75dddab6c38081fc268cea01830d6e38bf9873ff.zip
don't run update-menus in background so that kbuildsycoca is called when update-menus is over
Diffstat
-rwxr-xr-xmove/make_live2
1 files changed, 1 insertions, 1 deletions
diff --git a/move/make_live b/move/make_live
index 5d5e68b55..8a64ce854 100755
--- a/move/make_live
+++ b/move/make_live
@@ -68,7 +68,7 @@ print "Making live in $::prefix directory.\n";
installPackages();
run_program::rooted($::prefix, 'ldconfig');
touch("$::prefix/etc/menu/enable_simplified");
- run_program::rooted($::prefix, 'update-menus');
+ run_program::rooted($::prefix, 'update-menus', '-n');
run_program::rooted($::prefix, 'fc-cache'); #- generate cache in all directories mentioned in config file
run_program::rooted($::prefix, 'kbuildsycoca', '--global');
eval { rm_rf("$::prefix/dev") }; # we don't need it, we use devfs