mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Do not create temporary files in ${SCRIPTDIR}. Use ${WRKDIR}.
Pointed out by: asami
This commit is contained in:
parent
6c6ff752f6
commit
b33604f599
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26511
4
print/dvips/scripts/configure
vendored
4
print/dvips/scripts/configure
vendored
@ -35,7 +35,7 @@ for i in $RES; do
|
||||
shift
|
||||
done
|
||||
|
||||
rm -f $SCRIPTDIR/post-install
|
||||
rm -f $WRKDIR/post-install
|
||||
echo
|
||||
echo "Choose a font directory for automatic font generation."
|
||||
echo "------------------------------------------------------"
|
||||
@ -47,7 +47,7 @@ echo -n "font directory [$CACHE]: "
|
||||
read answ; if [ "$answ" != "" ]; then
|
||||
CACHE=$answ;
|
||||
else
|
||||
echo "mkdir -p $CACHE/pk; chmod 1777 $CACHE/pk" > $SCRIPTDIR/post-install
|
||||
echo "mkdir -p $CACHE/pk; chmod 1777 $CACHE/pk" > $WRKDIR/post-install
|
||||
fi
|
||||
|
||||
sed -e s:/usr/lib/tex:$PREFIX/share/texmf: \
|
||||
|
Loading…
Reference in New Issue
Block a user