FS#34584 - [fluxbox] fluxbox-generate_menu cannot execute

Attached to Project: Arch Linux
Opened by Brian BIdulock (bidulock) - Wednesday, 03 April 2013, 09:34 GMT
Last edited by Eric Belanger (Snowman) - Thursday, 04 April 2013, 05:03 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Eric Belanger (Snowman)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Version 1.3.5-1 upstream bug in Makefile.am fails to replace 8
occurences of @EXEEXT@ in the produced fluxbox-generate_menu script
causing it's execution to fail.

adding:

sed -i 's,@EXEEXT@,,g' $pkgdir/usr/bin/fluxbox-generate_menu

to the end of package() in PKGBUILD solves the problem.
This task depends upon

Closed by  Eric Belanger (Snowman)
Thursday, 04 April 2013, 05:03 GMT
Reason for closing:  Fixed
Additional comments about closing:  fluxbox-1.3.5-2
Comment by Brian BIdulock (bidulock) - Wednesday, 03 April 2013, 14:58 GMT
Also need:

sed -i 's,@EXEEXT@,,g' $pkgdir/usr/share/fluxbox/init

Loading...