Fix makedeb

This commit is contained in:
ArsenArsen 2017-09-08 14:42:51 +02:00
parent c1b67fc592
commit b1bae42ab8
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ qmake ../../KShare.pro
if make
then
cd ..
cp compiling/KShare work/usr/bin/kshare
cp compiling/src/KShare work/usr/bin/kshare
else
rm -rf compiling
echo "Failed to make!"