diff options
author | Renat Lumpau <rl03@gentoo.org> | 2005-06-30 20:46:43 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2005-06-30 20:46:43 +0000 |
commit | 96a079bb7ec741a5586ba5804ce9b41a08cd5778 (patch) | |
tree | bdd9dc40b12fb455a3fce7345f3f83f98140d055 /www-apps/gallery/files | |
parent | Marked ppc stable for bug #97520. (diff) | |
download | gentoo-2-96a079bb7ec741a5586ba5804ce9b41a08cd5778.tar.gz gentoo-2-96a079bb7ec741a5586ba5804ce9b41a08cd5778.tar.bz2 gentoo-2-96a079bb7ec741a5586ba5804ce9b41a08cd5778.zip |
Housekeeping. Fix #62405.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'www-apps/gallery/files')
-rw-r--r-- | www-apps/gallery/files/postinstall-en.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www-apps/gallery/files/postinstall-en.txt b/www-apps/gallery/files/postinstall-en.txt index 164cd3b705d8..8fd6570365e7 100644 --- a/www-apps/gallery/files/postinstall-en.txt +++ b/www-apps/gallery/files/postinstall-en.txt @@ -1,7 +1,7 @@ For new installations:
-- touch ${MY_INSTALLDIR}/.htaccess ${MY_INSTALLDIR}/config.php
-and
-chown ${VHOST_SERVER_GID}:${VHOST_SERVER_UID} ${MY_INSTALLDIR}/.htaccess ${MY_INSTALLDIR}/config.php
+ touch ${MY_INSTALLDIR}/.htaccess ${MY_INSTALLDIR}/config.php
+ mkdir ${MY_INSTALLDIR}/albums
+ chown ${VHOST_SERVER_GID}:${VHOST_SERVER_UID} ${MY_INSTALLDIR}/.htaccess ${MY_INSTALLDIR}/config.php ${MY_INSTALLDIR}/albums
-Then point your browser to http://yourhost/gallery/setup/
+Then point your browser to http://${VHOST_HOSTNAME}/gallery/setup/
and follow the instructions.
|