Changeset 17e460a8150132a2f65061e57d00d0af6f545ed8
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r68a8e52
|
r17e460a
|
|
| 28 | 28 | |
| 29 | 29 | dist: 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 |
| 33 | 31 | |
| 34 | 32 | clean: |