Corrected check on patches/series
This commit is contained in:
parent
6f8470c30a
commit
441ac7fab1
1 changed files with 3 additions and 1 deletions
|
|
@ -183,7 +183,9 @@ cd source
|
|||
compile(){
|
||||
|
||||
# Make sure the series file is formated correctly after removals
|
||||
grep -q [a-z] debian/patches/series || echo -n > debian/patches/series
|
||||
if [ -f debian/patches/series ]; then
|
||||
grep -q [a-z] debian/patches/series || echo -n > debian/patches/series
|
||||
fi
|
||||
|
||||
if [ 1$QUILT != 1skip ]; then
|
||||
export QUILT_PATCHES=debian/patches
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue