changeset 15 | 1ce7d66b189f |
parent 14 | 9c2c80b7ba88 |
14:9c2c80b7ba88 | 15:1ce7d66b189f |
---|---|
38 default |
38 default |
39 fi |
39 fi |
40 } |
40 } |
41 |
41 |
42 src_prepare() { |
42 src_prepare() { |
43 default |
|
43 if test ${PV} == 9999; then |
44 if test ${PV} == 9999; then |
44 ./autogen.sh |
45 ./autogen.sh |
45 else |
46 else |
46 default |
|
47 eautoreconf |
47 eautoreconf |
48 fi |
48 fi |
49 } |
49 } |