makedeb: fix binary path

This commit is contained in:
ArsenArsen 2017-11-14 23:06:20 +01:00
parent de03829fef
commit 2df4959ec2
No known key found for this signature in database
GPG Key ID: 683D2F43B0CA4BD2
1 changed files with 1 additions and 1 deletions

View File

@ -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!"