#!/bin/sh
# compile_reiserfsprogs
cd /usr/src/reiserfsprogs*

./configure --mandir=/usr/share/man &&
make &&
make install
