RedPanda-CPP/packages/debian/builddeb.sh

22 lines
433 B
Bash
Raw Normal View History

2022-01-06 16:24:03 +08:00
#!/bin/sh
2022-01-06 16:32:09 +08:00
make distclean
2022-01-06 16:24:03 +08:00
TMP_FOLDER=/tmp/redpandaide
mkdir $TMP_FOLDER
cp -r packages/debian $TMP_FOLDER
cp -r astyle $TMP_FOLDER
cp -r consolepauser $TMP_FOLDER
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 Red_Panda_CPP.pro $TMP_FOLDER
2022-01-06 16:32:09 +08:00
cp -r linux $TMP_FOLDER
2022-01-06 16:24:03 +08:00
cd $TMP_FOLDER
dpkg-buildpackage -us -uc