Fix the last commit
This commit is contained in:
parent
cab16c0490
commit
5221baae09
3
nss.spec
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user