Changeset 1745

Show
Ignore:
Timestamp:
10/31/06 22:17:53 (2 years ago)
Author:
alexander
Message:

Added patch for killproc -p

Location:
branches/6.2/packages/lfs-bootscripts
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • branches/6.2/packages/lfs-bootscripts/Makefile

    r1687 r1745  
    1010 
    1111PATCH1= $(DIR)-livecd-1.patch 
     12PATCH2= $(DIR)-functions-1.patch 
    1213 
    1314# Targets 
     
    2526compile-stage2: 
    2627        patch -Np1 -i ../$(PATCH1) 
     28        patch -Np1 -i ../$(PATCH2) 
    2729        make install-livecd 
    2830