okay, so that didn't work. this does

This commit is contained in:
Adam Williamson 2016-06-03 13:21:59 -07:00
parent 379417434d
commit 699ea0c1da

View File

@ -73,7 +73,10 @@ package to grow the root partition on first boot.
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1 --no-backup-if-mismatch
%patch2 -p1
# patch2 creates a backup file on <=f24, we must delete it so it doesn't
# get installed later
rm -f bin/growpart.orig
%build