This commit is contained in:
Gwenhael Le Moine 2017-11-06 11:15:44 +01:00
parent 185639faaf
commit fe34f2a0af
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -45,7 +45,7 @@ case $1 in
cd $PKG/$VHOSTROOT
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
rm $CWD/$PRGNAM-$VERSION.tar.bz2
mv $PRGNAM htdocs
mv nextcloud htdocs
;;
--prerelease)
@ -58,7 +58,7 @@ case $1 in
cd $PKG/$VHOSTROOT
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
rm $CWD/$PRGNAM-$VERSION.tar.bz2
mv $PRGNAM htdocs
mv nextcloud htdocs
;;
*)
@ -66,7 +66,7 @@ case $1 in
cd $PKG/$VHOSTROOT
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
rm $CWD/$PRGNAM-$VERSION.tar.bz2
mv $PRGNAM htdocs
mv nextcloud htdocs
;;
esac