summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Frei2015-12-12 01:03:43 +0100
committerJonas Frei2015-12-12 01:03:43 +0100
commit990742b4c38e286985d842ac2e93f83c8f067a57 (patch)
tree6d0e394615c41f296e95a7f3b2e915d651aeefff
parent253045d9a714afda63de13f29f4eb07247b6f26e (diff)
downloadaur-990742b4c38e286985d842ac2e93f83c8f067a57.tar.gz
Removed an unneeded line and added information about the output binary
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45d6df4707df..a29dbe15a1db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Dec 8 21:43:26 UTC 2015
+# Sat Dec 12 00:03:06 UTC 2015
pkgbase = fs2_open-git
pkgdesc = An enhancement of the original Freespace 2 engine - GIT version
pkgver = 3.7.3
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