]> git.proxmox.com Git - glusterfs.git/blobdiff - Makefile
update to 3.4.1
[glusterfs.git] / Makefile
index 01f9557bf0be5f5d2370ada00629f779904d2583..5e8281b11d3327bc9d7e291aad52b537350521c5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 RELEASE=3.0
 
-GLUSTERFSVER=3.4.0
-DEBRELEASE=2
+GLUSTERFSVER=3.4.1
+DEBRELEASE=1
 
 GLUSTERFSSRC=glusterfs_${GLUSTERFSVER}.orig.tar.gz
 GLUSTERFSDIR=glusterfs-${GLUSTERFSVER}
@@ -31,8 +31,6 @@ deb ${DEBS}: ${GLUSTERFSSRC} ${DEBSRC}
        echo "debian/SOURCE" >>${GLUSTERFSDIR}/debian/glusterfs-server.docs
        echo "debian/SOURCE" >>${GLUSTERFSDIR}/debian/glusterfs-common.docs
        echo "debian/SOURCE" >>${GLUSTERFSDIR}/debian/glusterfs-client.docs
-       # Hack - create missing log directory
-       echo "/var/log/glusterfs" >> ${GLUSTERFSDIR}/debian/glusterfs-client.dirs
        cd ${GLUSTERFSDIR}; dpkg-buildpackage -b -uc -us
 
 .PHONY: upload