fix debian package script

This commit is contained in:
Roy Qu 2022-01-18 22:38:27 +08:00
parent 39f8c98a66
commit 183efb93c7
1 changed files with 5 additions and 3 deletions

View File

@ -3,7 +3,10 @@
make distclean
TMP_FOLDER=/tmp/redpandaide
mkdir $TMP_FOLDER
test -n $TMP_FOLDER | rm -rf $TMP_FOLDER
test -z $TMP_FOLDER | mkdir $TMP_FOLDER
cp -r packages/debian $TMP_FOLDER
cp -r astyle $TMP_FOLDER
@ -12,8 +15,7 @@ cp -r RedPandaIDE $TMP_FOLDER
cp README.md $TMP_FOLDER
cp LICENSE $TMP_FOLDER
cp NEWS.md $TMP_FOLDER
cp redpandaide.desktop.in $TMP_FOLDER
cp -r templates $TMP_FOLDER
cp -r linux $TMP_FOLDER
cp Red_Panda_CPP.pro $TMP_FOLDER
cp -r linux $TMP_FOLDER