Changeset 7137c4457e2c1d57a509e2e5893da3b165f2a5b3

Show
Ignore:
Timestamp:
02/12/09 19:45:31 (3 years ago)
Author:
Frederic Lepied <frederic.lepied@…>
Children:
cb437b7c75dd2108abf4ee94a07ba0cfa7c81ab9
Parents:
8737b88d9b6d483af2a8f09c6f50de7ce0a644a8
git-committer:
Frederic Lepied <frederic.lepied@…> (02/12/09 19:45:31)
Message:

create the archive with the version in the directory name

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile

    r7218e7c r7137c44  
    2828 
    2929dist: clean 
    30         cd ..; tar jcvf pxemngr-$(VERSION).tar.bz2 --exclude .git --exclude pxe.db pxemngr 
     30        cd ..; mkdir pxemngr-$(VERSION); tar c -C pxemngr --exclude .git --exclude pxe.db .|tar x -C pxemngr-$(VERSION) 
     31        cd ..; tar jcvf pxemngr-$(VERSION).tar.bz2 pxemngr-$(VERSION) 
     32        rm -rf ../pxemngr-$(VERSION) 
    3133 
    3234clean: