Opened 12 years ago
Closed 12 years ago
#4999 closed enhancement (fixed)
screen-4.2.1
| Reported by: | Fernando de Oliveira | Owned by: | Fernando de Oliveira |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.6 |
| Component: | BOOK | Version: | SVN |
| Severity: | normal | Keywords: | |
| Cc: |
Change History (2)
comment:1 by , 12 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

In order to do a DESTDIR as normal user, I need to modify the Makefile just before install:
sed -e 's/chown root/chown -c 1000/' \ -e 's|chmod 644 /usr/lib|#chmod 644 /usr/lib|' \ -i MakefileWould this be useful in the book?
Fixed at r13022.