summaryrefslogtreecommitdiffstats
path: root/games/pcsx2
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-18 21:01:31 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-18 21:01:31 +0700
commitdb65f40cac4aea0d761bcbeec835d82c2b722839 (patch)
tree1110b39d1dff73b80788b7531d1b62d0445f0200 /games/pcsx2
parent9c8cc6d9c60036a4ccdd3dafde8fd2ac0c7467a5 (diff)
downloadslackbuilds-db65f40cac4aea0d761bcbeec835d82c2b722839.tar.gz
slackbuilds-db65f40cac4aea0d761bcbeec835d82c2b722839.tar.xz
Multiple: Remove comments and whitespaces.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/pcsx2')
-rw-r--r--games/pcsx2/pcsx2.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pcsx2/pcsx2.SlackBuild b/games/pcsx2/pcsx2.SlackBuild
index 3b3014c169..6027c22f1f 100644
--- a/games/pcsx2/pcsx2.SlackBuild
+++ b/games/pcsx2/pcsx2.SlackBuild
@@ -55,7 +55,7 @@ fi
DOCS="pcsx2/Docs/*.txt pcsx2/Docs/*.doc"
-set -e # Exit on most errors
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@@ -85,7 +85,7 @@ cd build
-DPLUGIN_DIR=/usr/lib/$PRGNAM \
-DPACKAGE_MODE=ON \
-DCMAKE_BUILD_TYPE=Release ..
- make
+ make
make install DESTDIR=$PKG
cd ..