mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
ed88f6e13e
PR: ports/155136 Submitted by: Helmut Schneider <jumper99@gmx.de> (maintainer)
4 lines
350 B
Plaintext
4 lines
350 B
Plaintext
@exec mkdir -p %D/www/typo344/typo3conf 2> /dev/null
|
|
@exec [ -f %D/www/typo344/typo3conf/localconf.php ] || cp %D/www/typo344/typo3conf/localconf.php.dist %D/www/typo344/typo3conf/localconf.php
|
|
@unexec if cmp -s %D/www/typo344/typo3conf/localconf.php %D/www/typo344/typo3conf/localconf.php.dist; then rm -f %D/www/typo344/typo3conf/localconf.php; fi
|