pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/rust rust: remove lib/rustlib/uninstall.sh



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7fa3b2fcd2f
branches:  trunk
changeset: 372180:c7fa3b2fcd2f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 29 12:25:45 2017 +0000

description:
rust: remove lib/rustlib/uninstall.sh

It is not used in pkgsrc and contains a hardcoded reference to /bin/bash.

diffstat:

 lang/rust/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8658bb69bfbc -r c7fa3b2fcd2f lang/rust/Makefile
--- a/lang/rust/Makefile        Wed Nov 29 11:29:03 2017 +0000
+++ b/lang/rust/Makefile        Wed Nov 29 12:25:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2017/11/28 00:07:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.21 2017/11/29 12:25:45 wiz Exp $
 
 DISTNAME=      rustc-1.22.1-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -170,6 +170,7 @@
 
 post-install:
        ${RM} -f ${DESTDIR}${PREFIX}/lib/rustlib/install.log
+       ${RM} -f ${DESTDIR}${PREFIX}/lib/rustlib/uninstall.sh
        ${RM} -rf ${DESTDIR}${PREFIX}/lib/rustlib/src
 
 GENERATE_PLIST+= find ${DESTDIR}${PREFIX} \( -type f -o -type l \) -print | \



Home | Main Index | Thread Index | Old Index