mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 02:58:05 +02:00
rpm: removing the whole tmpdir
git-svn-id: trunk@16299 -
This commit is contained in:
parent
cef06f6bb7
commit
b1c7c42146
@ -54,8 +54,8 @@ fi
|
||||
TmpDir=/tmp/fpc_patchdir
|
||||
if [ "$WithTempDir" = "yes" ]; then
|
||||
if [ -d $TmpDir ]; then
|
||||
rm -rf $TmpDir/*
|
||||
rm -r $TmpDir
|
||||
# note: beware of malicious links
|
||||
rm -rf $TmpDir
|
||||
fi
|
||||
mkdir -p $TmpDir
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user