summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a5ac58640c5..496037563376 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,6 @@ build()
msg "git clone done or server timeout"
msg "Starting build..."
- rm -rf "$srcdir/$_pkg-build"
cd "$srcdir/fs2open.github.com"
# Add --enable-debug to make a debug build. These are NOT meant for general play;
@@ -44,6 +43,7 @@ package () {
install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
if [[ -x code/fs2_open_3.7.3 ]]; then
install -D -m755 code/fs2_open_3.7.3 "$pkgdir/opt/fs2_open/fs2_open_3.7.3_${_commit_hash:0:7}"
+ msg "The output binary will be called 'fs2_open_3.7.3_${_commit_hash:0:7}'"
else
install -D -m755 code/fs2_open_3.7.3_DEBUG "$pkgdir/opt/fs2_open/fs2_open_3.7.3_DEBUG_${_commit_hash:0:7}"
fi