From 5221baae091ca250f3a4e2f217f28f2caa139a17 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Mon, 10 Dec 2018 16:17:16 +0100 Subject: [PATCH] Fix the last commit --- nss.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nss.spec b/nss.spec index 0478c84..fcc7b74 100644 --- a/nss.spec +++ b/nss.spec @@ -447,7 +447,8 @@ if [ $SPACEISBAD -ne 0 ]; then fi MYRAND=`perl -e 'print 9000 + int rand 1000'`; echo $MYRAND ||: RANDSERV=selfserv_${MYRAND}; echo $RANDSERV ||: -pushd dist/Release/bin +DISTBINDIR=`ls -d ./dist/*.OBJ/bin`; echo $DISTBINDIR ||: +pushd "$DISTBINDIR" ln -s selfserv $RANDSERV popd # man perlrun, man perlrequick