]> git.proxmox.com Git - pve-omping.git/commitdiff
remove upstream packaging dir
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 10 Mar 2017 08:17:09 +0000 (09:17 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 10 Mar 2017 08:17:09 +0000 (09:17 +0100)
Makefile

index 912496100682543a1b9f4889d2810624d53e1d57..3c7aa6487ae94c5b9f43f1b9f0b3ef1e71727343 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,8 @@ all: ${DEBS}
 
 ${DEBS}: ${PKGSRC}
        rm -rf ${PKGDIR}
-       tar xf ${PKGSRC} 
+       tar xf ${PKGSRC}
+       rm -rf ${PKGDIR}/debian
        cp -a debian ${PKGDIR}/debian
        echo "git clone git://git.proxmox.com/git/pve-omping.git\\ngit checkout ${GITVERSION}" > ${PKGDIR}/debian/SOURCE
        cd ${PKGDIR}; dpkg-buildpackage -b -us -uc