fix man-pages path

Signed-off-by: Gwenhael Le Moine <cycojesus@darkstar.example.net>
This commit is contained in:
Gwenhael Le Moine 2009-12-15 09:03:10 +07:00
parent 11b51807fd
commit 4904916e6a

View file

@ -31,7 +31,7 @@ function get_build_install() {
tar xf $CWD/$COMPONENT-$VERSION.tar.?z*
else
if [ ! -e $REPOSITORIES/$COMPONENT ]; then
hg clone http://hg.scrapping.cc/subtle $REPOSITORIES/$COMPONENT
hg clone http://hg.scrapping.cc/$COMPONENT $REPOSITORIES/$COMPONENT
else
( cd $REPOSITORIES/$COMPONENT
hg pull -u
@ -50,6 +50,7 @@ function get_build_install() {
rake $RAKE_OPTIONS destdir=$PKG prefix=$PREFIX install
)
[ -e $PKG$PREFIX/share/man ] && cp -a $PKG$PREFIX/share/man $PKG$PREFIX && rm -fr $PKG$PREFIX/share/man
}
get_build_install $PRGNAM1