Opened 8 days ago
Closed 8 days ago
#1743 closed defect (fixed)
BLFS: scriptlets should not generate a linefeed for <userinput>
Reported by: | Pierre Labastie | Owned by: | Pierre Labastie |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ablfs | Version: | GIT |
Severity: | normal | Keywords: | |
Cc: |
Description
Recently, the dbus commands have been changed to include the following:
meson setup --prefix=/usr \ --buildtype=release \ --wrap-mode=nofallback \</userinput><userinput revision='sysv'> -D systemd=disabled \</userinput><userinput> .. && ninja</userinput></screen>
This breaks ablfs, because the xsl (wrongly) generates a linefeed before each <userinput> tag.
Note that generating a linefeed between each block of commands is necessary, because otherwise the following xml:
<screen><userinput>text1</userinput></screen> <para> blah </para> <screen><userinput>text2</userinput></screen>
would generate:
text1text2
which is not what we want.
But the linefeed should be added before each <screen>, not before each <userinput>
Change History (2)
comment:1 by , 8 days ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
comment:2 by , 8 days ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at f531281c405