]> git.proxmox.com Git - redhat-cluster-pve.git/blobdiff - Makefile
use tar file instead of cluster.git
[redhat-cluster-pve.git] / Makefile
index 8b3d111c9a5ef9fab631deb2a27aa326a3219b93..81f64ae984edd5dec7cc28f99dbeed96e2f9cc5d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,10 +16,9 @@ DEBS=                                                                        \
 all: ${DEBS}
        echo ${DEBS}
 
-${RHCDIR}: 
-${DEBS} ${RHCDIR}: ${RHCSRC}
+${DEBS}: ${RHCSRC}
        rm -rf ${RHCDIR}
-       rsync -a --exclude .git --exclude .gitignore cluster.git/ ${RHCDIR}
+       tar xf ${RHCSRC}
        cp -a debian ${RHCDIR}/debian
        cd ${RHCDIR}; dpkg-buildpackage -rfakeroot -b -us -uc