makedeb


polymc 6.1-0.1


Minecraft launcher with ability to manage multiple instances.

Click here to go back to the commit logs for polymc.

Commit:


Hash: 8f4cf7c4093fa7bf688b4d8b1beb520ac14cfa1e

Message: Fixed check() not finding build directory.

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 47a5b1d..3bec3bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb
 pkgname = polymc
 pkgbase = polymc
 pkgdesc = Minecraft launcher with ability to manage multiple instances.
-pkgrel = 1
+pkgrel = 1.1
 pkgver = 5.1
 url = https://github.com/PolyMC/PolyMC
 arch = amd64
diff --git a/PKGBUILD b/PKGBUILD
index ce1d0d1..ead80d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
 
 pkgname=polymc
 pkgver=5.1
-pkgrel=1
+pkgrel=1.1
 pkgdesc="Minecraft launcher with ability to manage multiple instances."
 arch=('amd64')
 url="https://github.com/PolyMC/PolyMC"
@@ -34,7 +34,7 @@ build() {
 }
 
 check() {
-  cd "${srcdir}/PolyMC-$pkgver/build"
+  cd "${srcdir}/build"
   ctest .
 }