aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/module/install_database/task
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-08-28 17:05:09 +0200
committerTristan Darricau <tristan.darricau@sensiolabs.com>2015-08-28 17:05:09 +0200
commitbfbce5a1b0b2e22ea2027d82d87c8bc32917a5b2 (patch)
tree3493189e256e12a56b134b3f33f4b4b35dc339f1 /phpBB/phpbb/install/module/install_database/task
parent624f5ae921e0cb0967f0945fbb9c071617fb9ad8 (diff)
parent7e1b0330a3ddd269c85047912c956daf930018cc (diff)
downloadforums-bfbce5a1b0b2e22ea2027d82d87c8bc32917a5b2.tar
forums-bfbce5a1b0b2e22ea2027d82d87c8bc32917a5b2.tar.gz
forums-bfbce5a1b0b2e22ea2027d82d87c8bc32917a5b2.tar.bz2
forums-bfbce5a1b0b2e22ea2027d82d87c8bc32917a5b2.tar.xz
forums-bfbce5a1b0b2e22ea2027d82d87c8bc32917a5b2.zip
Merge pull request #3764 from Zoddo/ticket/13988
[ticket/13988] Use absolute path for image attachments in feeds * Zoddo/ticket/13988: [ticket/13988] Update tests [ticket/13988] Use absolute path for image attachments in feeds
Diffstat (limited to 'phpBB/phpbb/install/module/install_database/task')
0 files changed, 0 insertions, 0 deletions
m -rf /tmp/image /bin/mkdir -m 0700 /tmp/image || exit 1 /bin/rm -rf /tmp/drakx /bin/mkdir -m 0700 /tmp/drakx || exit 2 for i in Mandrake RPMS misc boot images VERSION do /bin/ln -sf "$dir/../../$i" "/tmp/image/$i" done /bin/cp -a "$dir/../../Mandrake/mdkinst" "/tmp/drakx" if [ -x "/tmp/drakx/mdkinst/usr/bin/perl-install/live_install2" ]; then # get correct fonts for DrakX. if [ -n "$DISPLAY" ]; then xset +fp /tmp/drakx/mdkinst/usr/X11R6/lib/X11/fonts/ xset fp rehash fi # avoid pollution for environment unset LC_MONETARY LC_CTYPE LC_NUMERIC LC_MESSAGES LC_TIME LC_COLLATE LANGUAGE LANG RPM_INSTALL_LANG # start DrakX, do not keep shell script in background else the CD is locked by it!!! cd /tmp/drakx/mdkinst/usr/bin/perl-install exec ../../../lib/ld-linux.so.2 ../perl ./live_install2 fi echo >&2 "unable to get a working live system to start, check your working directory" exit 2