Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: fvwm - window manager https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=223724 ------- Additional Comments From pertusus@xxxxxxx 2007-03-14 05:15 EST ------- Indeed with use strict it doesn't compile. What I used in texi2html is the following snippet: if ('@datarootdir@' ne '@' . 'datarootdir@') { $datarootdir = eval '"@datarootdir@"'; } else { $datarootdir = "/usr/local/share"; } The else could also be $datarootdir = ''; or $datarootdir = undef; The aim is different, it is to allow to run an unconfigured script. Anyway in the case of the fvwm package it seems to me that a 'simple' sed substitution would be best, along find . -name '*.in' -prune -o \( -type f -a -exec sed -i -e 's:@datarootdir@:%{_datadir}:' {} \; \) -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review