Changeset 2132

Show
Ignore:
Timestamp:
11/08/07 05:22:08 (1 year ago)
Author:
alexander
Message:

Fixed path to the installed manual pages of module-init-tools
(was /share/man because of undesired interaction with config.site)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/packages/module-init-tools/Makefile

    r2063 r2132  
    2626compile-stage2: 
    2727        patch -Np1 -i ../$(PATCH1) 
    28         ./configure --prefix=/ --enable-zlib 
     28        ./configure --prefix=/ --mandir=/usr/share/man --enable-zlib 
    2929        make 
    30         make install 
     30        make INSTALL=install install 
    3131        install -m644 $(ROOT)/etc/modprobe.conf /etc/modprobe.conf 
    3232