Comment 1 for bug 98892

Revision history for this message
Cesare Tirabassi (norsetto) wrote :

Many thanks for reporting this bug.
I have corrected the "bashism" in patch 10_build.patch:

Was:

$(INSTALL) -d $(DESTDIR)/{etc,bin,usr/{share/man/man{1,5}}}

Is:

$(INSTALL) -d $(DESTDIR)/etc
$(INSTALL) -d $(DESTDIR)/bin
$(INSTALL) -d $(DESTDIR)/usr/share/man/man1
$(INSTALL) -d $(DESTDIR)/usr/share/man/man5

Patch to package is attached for the universe sponsor to upload, if acceptable.
Any criticism is more than welcome.