Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130353 - rox-base/rox-2.4.1 sets wrong permissions
Summary: rox-base/rox-2.4.1 sets wrong permissions
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Heinrich Wendel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-18 05:28 UTC by Rossen Apostolov
Modified: 2006-06-29 02:53 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
rox-2.4.1-r1.ebuild (rox-2.4.1-r1.ebuild,1.56 KB, text/plain)
2006-04-18 15:33 UTC, Peter Hyman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rossen Apostolov 2006-04-18 05:28:24 UTC
rox-2.4.1 should set as executables
/etc/xdg/rox.sourceforge.net/MIME-types/*,
otherwise ROX-filer can not open text files etc. when
clicked.
the install section of the ebuild should end with:
...............
    insinto ${MIMECONFDIR}/MIME-types
    doins Choices/MIME-types/*
    chmod 0755 ${D}/${MIMECONFDIR}/MIME-types/*
}
.........
Comment 1 Peter Hyman 2006-04-18 15:31:00 UTC
Even easier. use exeinto. New ebuild attached. This was on me. Sorry.
Comment 2 Peter Hyman 2006-04-18 15:33:22 UTC
Created attachment 84927 [details]
rox-2.4.1-r1.ebuild

correctly sets permissions of files stored in /etc/xdg/rox.sourceforge.net/MIME-ypes/* by using exeinto and doexe. Sorry. My bad.
Comment 3 Daniel Black (RETIRED) gentoo-dev 2006-06-11 06:08:04 UTC
Added as is. Thanks Peter for the fix. Thanks Rossen for the bug report.