RedPanda-CPP/packages/debian/builddeb.sh

24 lines
495 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
2022-01-18 22:38:27 +08:00
test -n $TMP_FOLDER | rm -rf $TMP_FOLDER
test -z $TMP_FOLDER | mkdir $TMP_FOLDER
2022-01-06 16:24:03 +08:00
cp -r packages/debian $TMP_FOLDER
cp -r astyle $TMP_FOLDER
2022-02-26 18:50:07 +08:00
cp -r redpanda-git-askpass $TMP_FOLDER
2022-01-06 16:24:03 +08:00
cp -r consolepauser $TMP_FOLDER
cp -r RedPandaIDE $TMP_FOLDER
cp README.md $TMP_FOLDER
cp LICENSE $TMP_FOLDER
cp NEWS.md $TMP_FOLDER
2022-01-18 22:38:27 +08:00
cp -r linux $TMP_FOLDER
2022-01-06 16:24:03 +08:00
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