Changeset 1617

Show
Ignore:
Timestamp:
07/12/06 13:06:31 (2 years ago)
Author:
justin
Message:

Updated the udev-cross-lfs Makefile to apply the dmsetup patch.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/cross/packages/udev-cross-lfs/Makefile

    r1616 r1617  
    99URL-$(FILE)= $(HTTP)/$(NM)/$(FILE) 
    1010SHA-$(FILE)= 73c6d812a4c158a0acd8dfcafcd3e873719b6ec1 
     11 
     12PATCH1= udev-cross-lfs-LiveCD_dmsetup-1.patch 
    1113 
    1214# Targets 
     
    2325 
    2426compile-stage2: 
     27        patch -Np1 -i ../$(PATCH1) 
    2528        make install 
    2629