Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6125 - wmmail installs symlink to wrong (nonexistant) install directory
Summary: wmmail installs symlink to wrong (nonexistant) install directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-06 19:38 UTC by ben calvert
Modified: 2002-10-07 09:54 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 ben calvert 2002-08-06 19:38:56 UTC
emerge wmmail installs WMMail under /usr/GNUstep/Apps..., but the emerge file 
creats a symlink to /usr/lib/GNUstep/Apps. 
 
suggest the following change: 
 
--- wmmail-0.64.ebuild  Wed Aug  7 17:17:27 2002 
+++ wmmail-0.64.ebuild.original Wed Aug  7 17:17:11 2002 
@@ -28,7 +28,7 @@ 
        cd "${S}" 
        make DESTDIR="${D}" install || die 
        dodir /usr/bin 
-       dosym /usr/GNUstep/Apps/WMMail.app/WMMail /usr/bin/wmmail 
+       dosym /usr/lib/GNUstep/Apps/WMMail.app/WMMail /usr/bin/wmmail 
        dodoc AUTHORS COPYING NEWS README doc/Help.txt 
        mv doc/wmmail.man doc/wmmail.1 
        doman doc/wmmail.1
Comment 1 Nick Hadaway 2002-10-07 09:54:30 UTC
The symlink issue has been fixed.