diff options
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 |
commit | db65f40cac4aea0d761bcbeec835d82c2b722839 (patch) | |
tree | 1110b39d1dff73b80788b7531d1b62d0445f0200 /games/pcsx2 | |
parent | 9c8cc6d9c60036a4ccdd3dafde8fd2ac0c7467a5 (diff) |
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.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pcsx2/pcsx2.SlackBuild b/games/pcsx2/pcsx2.SlackBuild index 3b3014c169c0..6027c22f1faf 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 .. |