1
0
forked from mir/linux-vm-tools

Merge pull request #65 from ilmanzo/patch-1

Update makepkg.sh
This commit is contained in:
Justin 2018-10-03 11:31:55 -07:00 committed by GitHub
commit aee9e17adc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,8 @@ fi
sudo pacman -Syu --needed --noconfirm base base-devel git
# Create a build directory in tmpfs
mkdir /tmp/build && cd "$_"
TMPDIR=$(mktemp -d)
pushd $TMPDIR
###############################################################################
# XRDP
@ -35,3 +36,5 @@ mkdir /tmp/build && cd "$_"
)
###############################################################################
#remove build directory
rm -rf $TMPDIR