]> git.ipfire.org Git - pakfire.git/commit
build: Split filelist on spaces, too
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 30 Nov 2022 11:08:05 +0000 (11:08 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 30 Nov 2022 11:08:05 +0000 (11:08 +0000)
commit7ba1346a2b5698a694472555d60bb6202b4fa4cf
tree161ac62b7b7c6067179f20d98fc695dd107992bf
parent621c23fcde829ff8e1056156173619fdcda0ad38
build: Split filelist on spaces, too

Sometimes, we append items to the filelist using the += which will not
create a new line. Therefore we need to split on spaces, too.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/build.c