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