mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Fix problem where kdelibs.sh isn't chmod 755.. this causes some filters
and other stuff to fail. *sigh*
This commit is contained in:
parent
9cbc171fcb
commit
c2ca15ccb1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47042
@ -79,6 +79,7 @@ post-configure:
|
||||
|
||||
post-install:
|
||||
${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${FILESDIR}/kdelibs.sh > ${PREFIX}/etc/rc.d/kdelibs.sh
|
||||
${CHMOD} 755 ${PREFIX}/etc/rc.d/kdelibs.sh
|
||||
.for LIB in DCOP kab kdecore kdesu kdeui kfile kformula kio kjs \
|
||||
kparts kspell ksycoca kjava
|
||||
@${LN} -sf ${PREFIX}/lib/lib${LIB}.so.${SOMAJOR} ${PREFIX}/lib/lib${LIB}.so
|
||||
|
@ -79,6 +79,7 @@ post-configure:
|
||||
|
||||
post-install:
|
||||
${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${FILESDIR}/kdelibs.sh > ${PREFIX}/etc/rc.d/kdelibs.sh
|
||||
${CHMOD} 755 ${PREFIX}/etc/rc.d/kdelibs.sh
|
||||
.for LIB in DCOP kab kdecore kdesu kdeui kfile kformula kio kjs \
|
||||
kparts kspell ksycoca kjava
|
||||
@${LN} -sf ${PREFIX}/lib/lib${LIB}.so.${SOMAJOR} ${PREFIX}/lib/lib${LIB}.so
|
||||
|
@ -79,6 +79,7 @@ post-configure:
|
||||
|
||||
post-install:
|
||||
${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${FILESDIR}/kdelibs.sh > ${PREFIX}/etc/rc.d/kdelibs.sh
|
||||
${CHMOD} 755 ${PREFIX}/etc/rc.d/kdelibs.sh
|
||||
.for LIB in DCOP kab kdecore kdesu kdeui kfile kformula kio kjs \
|
||||
kparts kspell ksycoca kjava
|
||||
@${LN} -sf ${PREFIX}/lib/lib${LIB}.so.${SOMAJOR} ${PREFIX}/lib/lib${LIB}.so
|
||||
|
Loading…
Reference in New Issue
Block a user