Fix tarball upload directory

* Makefile.am: The tarball upload director is really /var/ftp.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2021-10-04 16:06:43 +02:00
parent 7060a0b267
commit 5be914feba
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ tag-release-only:
tag-release: tag-release-only
upload-release-only:
scp $(TARBALL) sourceware.org:~ftp/pub/libabigail
scp $(TARBALL) sourceware.org:/var/ftp/pub/libabigail
tarball: $(TARBALL)