mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-25 01:45:29 +00:00
update scripts for 10.4
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
(cherry picked from commit 1c20bc4439
)
Conflicts:
.gitignore
mesa.spec
sources
This commit is contained in:
parent
ab2882383e
commit
2c9e0378af
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ fi
|
||||||
|
|
||||||
if [ -z "$1" ]; then
|
if [ -z "$1" ]; then
|
||||||
DIRNAME=mesa-$( date +%Y%m%d )
|
DIRNAME=mesa-$( date +%Y%m%d )
|
||||||
BRANCH=10.3
|
BRANCH=10.4
|
||||||
else
|
else
|
||||||
DIRNAME=mesa-$1
|
DIRNAME=mesa-$1
|
||||||
BRANCH=master
|
BRANCH=master
|
||||||
|
|
Loading…
Reference in a new issue