pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkglint fix.



Module Name:	pkgsrc-wip
Committed By:	Hauke Fath <hauke%NetBSD.org@localhost>
Pushed By:	hauke
Date:		Mon Sep 3 16:11:44 2018 +0200
Changeset:	c896f9d46a3965b48b6589f0f0de5920ba3ed5eb

Modified Files:
	tsm/PLIST

Log Message:
pkglint fix.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c896f9d46a3965b48b6589f0f0de5920ba3ed5eb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 tsm/PLIST | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/tsm/PLIST b/tsm/PLIST
index 036724230f..3d29cbdfe9 100644
--- a/tsm/PLIST
+++ b/tsm/PLIST
@@ -5,7 +5,7 @@ share/examples/tsm/tsm_daily.sh
 share/examples/tsm/tsm_ld_so.conf
 @exec ${LN} -s ${EMULDIR}/${TSMCLIENTSUBDIR}/ba/bin/en_US/ ${PKG_SYSCONFDIR}/en_US
 @exec ${LN} -s ${EMULDIR}/${TSMCLIENTSUBDIR}/ba/bin/en_US/ ${PKG_SYSCONFDIR}/EN_US
-@exec ${EMULDIR}/sbin/ldconfig
+@exec ${EMULDIR}/sbin/ldconfig || /usr/bin/true
 @unexec ${RM} -f ${PKG_SYSCONFDIR}/en_US
 @unexec ${RM} -f ${PKG_SYSCONFDIR}/EN_US
-@unexec ${EMULDIR}/sbin/ldconfig
+@unexec ${EMULDIR}/sbin/ldconfig || /usr/bin/true


Home | Main Index | Thread Index | Old Index