mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Back out the chmod changes due to general agreement about this issue.
This commit is contained in:
parent
97cd556597
commit
336f6bf4c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46615
@ -37,13 +37,13 @@ post-install:
|
||||
|
||||
/usr/sbin/pw groupadd -n cdwrite
|
||||
|
||||
for i in cdrecord cdda2wav mkisofs readcd; do \
|
||||
${CHOWN} root:cdwrite ${LOCALBASE}/bin/$$i ; \
|
||||
${CHMOD} 4710 ${LOCALBASE}/bin/$$i ; \
|
||||
done
|
||||
# for i in cdrecord cdda2wav mkisofs readcd; do \
|
||||
# ${CHOWN} root:cdwrite ${LOCALBASE}/bin/$$i ; \
|
||||
# ${CHMOD} 4710 ${LOCALBASE}/bin/$$i ; \
|
||||
# done
|
||||
|
||||
${CHOWN} root:cdwrite ${PREFIX}/lib/xcdroast-0.98/bin/xcdrwrap
|
||||
${CHMOD} 2755 ${PREFIX}/lib/xcdroast-0.98/bin/xcdrwrap
|
||||
# ${CHOWN} root:cdwrite ${PREFIX}/lib/xcdroast-0.98/bin/xcdrwrap
|
||||
# ${CHMOD} 2755 ${PREFIX}/lib/xcdroast-0.98/bin/xcdrwrap
|
||||
|
||||
@${ECHO} ""
|
||||
@${ECHO} "***************************************************************"
|
||||
|
Loading…
Reference in New Issue
Block a user