From 2df4959ec2d89a40c0b5e394e518791d99df37ca Mon Sep 17 00:00:00 2001 From: ArsenArsen Date: Tue, 14 Nov 2017 23:06:20 +0100 Subject: [PATCH] makedeb: fix binary path --- packages/makedeb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/makedeb.sh b/packages/makedeb.sh index 2bba9dd..8767a76 100755 --- a/packages/makedeb.sh +++ b/packages/makedeb.sh @@ -13,7 +13,7 @@ qmake ../../KShare.pro if make then cd .. -cp compiling/src/KShare work/usr/bin/kshare +cp compiling/src/kshare work/usr/bin/kshare else rm -rf compiling echo "Failed to make!"