debian: place build results in ../
This commit is contained in:
parent
a5d696d517
commit
b4816ae952
|
@ -264,7 +264,9 @@ build_debs () {
|
||||||
chmod +x .hooks/C10shell
|
chmod +x .hooks/C10shell
|
||||||
hookdir=$(pwd)/.hooks
|
hookdir=$(pwd)/.hooks
|
||||||
fi
|
fi
|
||||||
cow --build $dsc --hookdir "$hookdir"
|
cow --build $dsc \
|
||||||
|
--hookdir "$hookdir" \
|
||||||
|
--buildresult ../
|
||||||
} 1>&2
|
} 1>&2
|
||||||
echo ${dsc}_${arch}.changes
|
echo ${dsc}_${arch}.changes
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue