Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47695 - bbpager pkg_postinst() not correct
Summary: bbpager pkg_postinst() not correct
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Commonbox Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-13 05:18 UTC by Antonio
Modified: 2004-04-13 11:05 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio 2004-04-13 05:18:51 UTC
bbpager-0.3.1 emerge but pkg_postinst() is not correct:

pkg_postinst() {
        if [ "`use gnome`" ] ; then
                cd ${ROOT}usr/X11R6/bin/wm
                if [ ! "`grep bbpager blackbox`" ] ; then
                sed -e "s:.*blackbox:exec /usr/bin/bbpager \&\n&:" \
                        blackbox | cat > blackbox
                fi
        fi
}


Where is cd ${ROOT}usr/X11R6/bin/wm ??

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Brandon Hale (RETIRED) gentoo-dev 2004-04-13 11:05:45 UTC
Yeah who knows how that got there, the whole thing seems pretty silly. I've opted to remove it.