! 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 !
Typo in xffm's src/Makefile.in(?)
Status:
RESOLVED: FIXED
Severity:
trivial

Comments

Description William Poetra Yoga Hadisoeseno 2004-12-26 09:19:57 CET
I think (not sure) there is a typo in xffm's src/Makefile.in

In 4.1.99.2, it is on line 101, not sure for cvs, but it's still there (look at
the link).

My intuition says that a link named xffrequent4 should be made to point to xffm,
and not xffrecuent4 (notice the 'q' and the 'c').


Reproducible: Always
Steps to Reproduce:
1. Open your browser
2. Go to http://cvs.xfce.org/viewcvs.cgi/xfce4/xffm/src/Makefile.in?view=markup
3. Go to the end of the page

Actual Results:  
Well, we see:
rm -f xffrecuent4; $(LN_S) xffm xffrecuent4; \

Expected Results:  
rm -f xffrequent4; $(LN_S) xffm xffrequent4; \
Comment 1 edscott editbugs 2004-12-26 14:29:54 CET
fixed typo. 

Bug #612

Reported by:
William Poetra Yoga Hadisoeseno
Reported on: 2004-12-26
Last modified on: 2009-07-14

People

Assignee:
edscott
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information