Skip to content

Commit

Permalink
Fix openzfs#14338 by adding quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-rueegg authored Dec 29, 2022
1 parent c935fe2 commit e05ce26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deb.am
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ deb-utils: deb-local rpm-utils-initramfs
## Debianized packages from the auto-generated dependencies of the new debs,
## which should NOT be mixed with the alien-generated debs created here
chmod +x $${path_prepend}/dh_shlibdeps; \
env PATH=$${path_prepend}:$${PATH} \
env "PATH=$${path_prepend}:$${PATH}" \
fakeroot $(ALIEN) --bump=0 --scripts --to-deb --target=$$debarch \
$$pkg1 $$pkg2 $$pkg3 $$pkg4 $$pkg5 $$pkg6 $$pkg7 \
$$pkg8 $$pkg9 $$pkg10 $$pkg11 || exit 1; \
Expand Down

0 comments on commit e05ce26

Please sign in to comment.