! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Wrong substitution in topdir Makefile.am
Status:
RESOLVED: FIXED
Severity:
trivial

Comments

Description Lionel Le Folgoc 2010-07-27 17:40:07 CEST
Hi,

Makefile.am contains the following rule:

ThunarHelp: ThunarHelp.in Makefile
	$(AM_V_GEN) (							\
		rm -f ThunarHelp.gen ThunarHelp				\
		&& sed -e "s,\@datadir\@,$(datadir),g" 			\
			< $(srcdir)/ThunarHelp.in			\
			> ThunarHelp.gen				\
		&& mv ThunarHelp.gen ThunarHelp				\
	)


But ThunarHelp.in contains:

HELPDIR="@docdir@/html/"


So the sed fails, and $HELPDIR contains the wrong value. ;)

Thanks!
Comment 1 Lionel Le Folgoc 2010-07-27 17:53:31 CEST
Created attachment 3045 
Proposed patch

Bug #6580

Reported by:
Lionel Le Folgoc
Reported on: 2010-07-27
Last modified on: 2010-08-26

People

Assignee:
Jannis Pohlmann
CC List:
0 users

Version

Attachments

Proposed patch (459 bytes, patch)
2010-07-27 17:53 CEST , Lionel Le Folgoc
no flags

Additional information