diff options
-rwxr-xr-x | create_dual.sh | 2 | ||||
-rwxr-xr-x | create_dvd.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/create_dual.sh b/create_dual.sh index ad9abe5..f93fd55 100755 --- a/create_dual.sh +++ b/create_dual.sh @@ -3,7 +3,7 @@ DISTRIB=Mageia TREE=cauldron TAG=vanda -VERSION=5-beta3 +VERSION=5-rc SUPPORT=dual-DVD VV=1 MEDIAMAIN=media/core diff --git a/create_dvd.sh b/create_dvd.sh index a22b2d9..6769c2b 100755 --- a/create_dvd.sh +++ b/create_dvd.sh @@ -2,7 +2,7 @@ arch=$1 distrib=Mageia -version=5-beta3 +version=5-rc homebcd=/home/bcd/build_bcd bin=$homebcd/bcd pieces=$homebcd/pieces/iso |