fix debian package script
This commit is contained in:
parent
39f8c98a66
commit
183efb93c7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue