Show
Ignore:
Timestamp:
03/10/09 09:44:24 (3 years ago)
Author:
Frederic Lepied <frederic.lepied@…>
Children:
7741e414ebca5089076d58982d1f967f627ace69
Parents:
68a8e523737b1d529f41cbac551773926869fe1f
git-committer:
Frederic Lepied <frederic.lepied@…> (03/10/09 09:44:24)
Message:

switch back to a directory without versino number in the archive to allow a working experience after extraction

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile

    r68a8e52 r17e460a  
    2828 
    2929dist: clean 
    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) 
     30        cd ..; tar jcvf pxemngr-$(VERSION).tar.bz2  --exclude .git --exclude pxe.db pxemngr 
    3331 
    3432clean: