mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
ja-linux-netscape sometimes create PREFIX/lib/netscape-linux as a file
and its installation fails. I'm not sure what couses this problem and am afraid this patch isn't correct solution.
This commit is contained in:
parent
77b4c2683e
commit
d513605540
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30869
@ -64,7 +64,7 @@ do-configure:
|
||||
${CP} ${WRKDIR}/about ${WRKDIR}/splash
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${MASTERDIR}/files/preferences.js ${NDIR}
|
||||
${INSTALL_DATA} ${MASTERDIR}/files/preferences.js ${NDIR}/
|
||||
${MKDIR} ${NDIR}/locale
|
||||
${LN} -sf /usr/share/locale/en_US.ISO_8859-1 ${NDIR}/locale/${LANG}
|
||||
${MKDIR} ${NDIR}/${LANG}
|
||||
|
@ -64,7 +64,7 @@ do-configure:
|
||||
${CP} ${WRKDIR}/about ${WRKDIR}/splash
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${MASTERDIR}/files/preferences.js ${NDIR}
|
||||
${INSTALL_DATA} ${MASTERDIR}/files/preferences.js ${NDIR}/
|
||||
${MKDIR} ${NDIR}/locale
|
||||
${LN} -sf /usr/share/locale/en_US.ISO_8859-1 ${NDIR}/locale/${LANG}
|
||||
${MKDIR} ${NDIR}/${LANG}
|
||||
|
Loading…
Reference in New Issue
Block a user