Bug 74286 - [patch] multimedia/win32-codecs doesn't install when not root
Summary: [patch] multimedia/win32-codecs doesn't install when not root
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Edwin Groothuis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-23 13:00 UTC by edwin
Modified: 2004-12-15 22:21 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description edwin 2004-11-23 13:00:48 UTC
    do-install target chmods to 055, but that doesn't give an user
    (who isn't root) write access to the directory.

Fix: 

do-install:
        @${MKDIR} ${PREFIX}/lib/win32
-       @${CHMOD} 0555 ${PREFIX}/lib/win32
+       @${CHMOD} 0755 ${PREFIX}/lib/win32
        @${INSTALL_DATA} ${WRKSRC}/* ${PREFIX}/lib/win32
  # marker file
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-12-15 14:52:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->edwin

Make edwin track his own PRs :)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2004-12-15 22:21:09 UTC
State Changed
From-To: open->closed

Committed, thanks!