only autogen.sh in scm versions
This commit is contained in:
parent
3343fc72a9
commit
150350a8dc
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ REMOTE_IDS="sourceforge:cdemu freshmeat:cdemu"
|
|||
src_prepare() {
|
||||
default
|
||||
|
||||
if ${autogen} ; then
|
||||
if [[ "${PV}" == scm && ${autogen} ]] ; then
|
||||
./autogen.sh || die "autogen.sh failed"
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue