Changeset 227

Show
Ignore:
Timestamp:
08/09/07 09:05:03 (16 months ago)
Author:
free
Message:

releasing version 2.6.22-1

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • linux-latest/trunk/debian/rules

    r225 r227  
    22# -*- makefile -*- 
    33 
    4 ARCH=$(shell dpkg --print-architecture) 
     4FLAV=$(shell if [ `dpkg --print-architecture` == "amd64" ]; then echo amd64; else echo 486; fi) 
    55 
    66build: 
    7         sed -i -e "s/amd64/$(ARCH)/g" debian/control 
     7        sed -i -e "s/amd64/$(FLAV)/g" debian/control 
    88clean: 
    99        dh_testdir