]> git.proxmox.com Git - parted.git/commitdiff
fix upload target
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 12 Feb 2015 16:18:17 +0000 (17:18 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 12 Feb 2015 16:18:17 +0000 (17:18 +0100)
Makefile

index 4697b61a4b015d1ebfb497957699d1433d27473b..29c1b6e6dc9aa6779c09d42fe855cad7b4606ffb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ upload: ${DEBS}
        rm -f /pve/${RELEASE}/extra/Packages*
        rm -f /pve/${RELEASE}/extra/${PACKAGE}_*.deb
        rm -f /pve/${RELEASE}/extra/libparted2_*.deb
-       cp ${DEB} /pve/${RELEASE}/extra
+       cp ${DEBS} /pve/${RELEASE}/extra
        cd /pve/${RELEASE}/extra; dpkg-scanpackages . /dev/null > Packages; gzip -9c Packages > Packages.gz
        umount /pve/${RELEASE}; mount /pve/${RELEASE} -o ro