Show
Ignore:
Timestamp:
05/17/10 10:12:40 (21 months ago)
Author:
Frederic Lepied <frederic.lepied@…>
Children:
55eb9b9aed51fb600b71624611330d5f3b1508cf
Parents:
a6b45f14c9843bd114b68a6b0c1e478cd2574e4a
git-committer:
Frederic Lepied <frederic.lepied@…> (05/17/10 10:12:40)
Message:

0.7.1

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile

    r338af1e r02a019c  
    88#--------------------------------------------------------------- 
    99 
    10 VERSION=0.7 
     10VERSION=0.7.1 
    1111 
    1212bindir=/usr/bin 
     
    2424        install -m 644 pxe/pxemngr.conf $(DESTDIR)$(etcdir)/pxemngr.conf 
    2525        install *.py $(DESTDIR)$(libdir)/ 
    26         install pxe/*.py pxe/{addsystem,dpysystem,nextboot,syncbootnames} $(DESTDIR)$(libdir)/pxe/ 
     26        install pxe/*.py pxe/{addsystem,dpysystem,nextboot,syncbootnames,delsystem} $(DESTDIR)$(libdir)/pxe/ 
    2727        install tester/*.py tester/{dpytest,nexttest,synctestnames} $(DESTDIR)$(libdir)/tester/ 
    2828