summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-09 14:20:10 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-09 14:20:10 +0200
commit0b0494aac61e4165fdf60493eb8c18ffa7ff49b7 (patch)
tree708cae49f79851090ce995333cbb41d74ca6e774 /packaging
parentae462a90d26f904abbd403b416b8fc8a9a1c466b (diff)
downloaddeployment-0b0494aac61e4165fdf60493eb8c18ffa7ff49b7.tar.gz
deployment-0b0494aac61e4165fdf60493eb8c18ffa7ff49b7.tar.bz2
deployment-0b0494aac61e4165fdf60493eb8c18ffa7ff49b7.zip
fix packaging
Diffstat (limited to 'packaging')
-rw-r--r--packaging/debian-docker/gnunet-gtk-build.sh2
-rw-r--r--packaging/ubuntu-docker/gnunet-gtk-build.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/debian-docker/gnunet-gtk-build.sh b/packaging/debian-docker/gnunet-gtk-build.sh
index f480c3c..4414c3f 100644
--- a/packaging/debian-docker/gnunet-gtk-build.sh
+++ b/packaging/debian-docker/gnunet-gtk-build.sh
@@ -22,6 +22,6 @@ do
dpkg -i *.deb
done
-tar cvf ../packages.tgz *.deb
+tar uvf ../packages.tgz *.deb
cd ..
diff --git a/packaging/ubuntu-docker/gnunet-gtk-build.sh b/packaging/ubuntu-docker/gnunet-gtk-build.sh
index f480c3c..4414c3f 100644
--- a/packaging/ubuntu-docker/gnunet-gtk-build.sh
+++ b/packaging/ubuntu-docker/gnunet-gtk-build.sh
@@ -22,6 +22,6 @@ do
dpkg -i *.deb
done
-tar cvf ../packages.tgz *.deb
+tar uvf ../packages.tgz *.deb
cd ..