Changeset 2132
- Timestamp:
- 11/08/07 05:22:08 (1 year ago)
- Files:
-
- trunk/packages/module-init-tools/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/packages/module-init-tools/Makefile
r2063 r2132 26 26 compile-stage2: 27 27 patch -Np1 -i ../$(PATCH1) 28 ./configure --prefix=/ -- enable-zlib28 ./configure --prefix=/ --mandir=/usr/share/man --enable-zlib 29 29 make 30 make install30 make INSTALL=install install 31 31 install -m644 $(ROOT)/etc/modprobe.conf /etc/modprobe.conf 32 32
