Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 4a640b4fe6cf5347e034edd5f0f8bc54 > files > 6

pokerth-1.1.2-27.mga9.src.rpm

diff -Nru a/pokerth.pro b/pokerth.pro
--- a/pokerth.pro	2017-08-16 14:24:03.000000000 +0200
+++ b/pokerth.pro	2017-11-26 08:35:24.164363838 +0100
@@ -8,7 +8,7 @@
 client: {
     SUBDIRS += pokerth_game.pro
 }
-!mac:!gui_800x480:!client:!qml-client {
+!mac:!gui_800x480:client:!qml-client {
     SUBDIRS += pokerth_server.pro chatcleaner.pro
 }
 
diff -Nru a/pokerth_server.pro b/pokerth_server.pro
--- a/pokerth_server.pro	2017-08-16 14:24:03.000000000 +0200
+++ b/pokerth_server.pro	2017-11-26 08:35:38.480362872 +0100
@@ -300,7 +300,7 @@
 	#### INSTALL ####
 
 	binary.path += $${PREFIX}/bin/
-	binary.files += pokerth_server
+	binary.files += bin/pokerth_server
 
 	INSTALLS += binary
 }