derle.sh 294 B

1234567891011121314151617
  1. sed -i '/init\.d/s|^|#|' misc/Makefile.in
  2. ./configure \
  3. --prefix=/usr \
  4. --with-root-prefix="" \
  5. --libdir=/usr/lib \
  6. --sbindir=/usr/bin \
  7. --enable-elf-shlibs \
  8. --disable-fsck \
  9. --disable-uuidd \
  10. --disable-libuuid \
  11. --disable-libblkid
  12. make
  13. find po/ -name '*.gmo' -delete
  14. make -C po update-gmo