Skip to content

Commit

Permalink
disable install.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenhael-le-moine committed Feb 21, 2017
1 parent e54203c commit 2669492
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions n/pluxml/pluxml.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ VERSION="$( cd $REPOSITORY && git log -1 --format=%h_%ad --date=format:%Y.%m.%d

cp -R $REPOSITORY $PKG/$VHOSTROOT/htdocs
rm -fr $PKG/$VHOSTROOT/htdocs/.git
mv $PKG/$VHOSTROOT/install.php $PKG/$VHOSTROOT/install.php.disabled

cd $PKG/$VHOSTROOT/htdocs
chown -R root:root .
Expand All @@ -55,8 +56,8 @@ mkdir -p $PKG/install
cat <<EOF > $PKG/install/slack-desc
$PRGNAM: $PRGNAM (Moteur de Blog et CMS à l'XML sans base de données)
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: (rename $VHOSTROOT/install.php.disabled into
$PRGNAM: $VHOSTROOT/install.php if it's your first installation)
$PRGNAM:
$PRGNAM:
$PRGNAM:
Expand Down

0 comments on commit 2669492

Please sign in to comment.