We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbd9dd commit b8dfae2Copy full SHA for b8dfae2
DoKernelOrg
@@ -30,14 +30,6 @@ do
30
STAGE="${STAGE%/}"
31
done
32
33
-if test -z "$final"
34
-then
35
- case "$STAGE" in
36
- ?*) final=f ;;
37
- '') final=t ;;
38
- esac
39
-fi
40
-
41
if test -z "$master"
42
then
43
case "$(hostname)" in
@@ -49,6 +41,13 @@ fi
49
if test t = "$master"
50
51
narch='x86_64 i386 i686'
44
+ if test -z "$final"
45
+ then
46
+ case "$STAGE" in
47
+ ?*) final=f ;;
48
+ '') final=t ;;
+ esac
+ fi
52
else
53
if test t != "$rpm"
54
0 commit comments