We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c896e5a commit 83b580fCopy full SHA for 83b580f
1 file changed
scripts/build_ppa.sh
@@ -20,6 +20,17 @@ mkdir -p $workdir/resources/icon;
20
21
echo "PWD: $(pwd)";
22
23
+rm -rf /tmp/tmp_changelog
24
+touch /tmp/tmp_changelog
25
+echo "figma-linux (${version}-${rev}ubuntu0) devel; urgency=medium" >> /tmp/tmp_changelog
26
+echo "" >> /tmp/tmp_changelog
27
+echo " * Publish ${version} version" >> /tmp/tmp_changelog
28
+echo "${notes}" >> /tmp/tmp_changelog
29
+echo " -- Chugunov Roman <Zebs-BMK\@yandex.ru> $(date -R)" >> /tmp/tmp_changelog
30
31
+echo "$(cat /tmp/tmp_changelog ./scripts/debian/changelog)" > ./scripts/debian/changelog
32
33
+
34
cp -rf ./scripts/debian $workdir;
35
cp -rf ${linux_unpacked}/* $workdir;
36
cp -rf ${linux_unpacked}/icons/* $workdir/resources/icon;
0 commit comments