]> git.proxmox.com Git - lxc.git/blobdiff - Makefile
bump version to 3.0.1+pve1-1
[lxc.git] / Makefile
index 23193d880c2af6cd74cf2f085289bf802b2c255b..6f7ef6214207cd4cdabeac4a10fbb78084a4254b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 PACKAGE=lxc-pve
-LXCVER=3.0.0
+LXCVER=3.0.1+pve1
 DEBREL=1
 
 SRCDIR=lxc
@@ -26,8 +26,7 @@ $(DEB2): $(DEB1)
 $(DEB1): | submodule
        rm -f *.deb
        rm -rf $(BUILDSRC)
-       mkdir $(BUILDSRC)
-       cp -a $(SRCDIR)/* $(BUILDSRC)/
+       cp -a $(SRCDIR) $(BUILDSRC)
        cp -a debian $(BUILDSRC)/debian
        mkdir $(BUILDSRC)/debian/config
        for i in config/*.conf.in; do \