fix man-pages path
Signed-off-by: Gwenhael Le Moine <cycojesus@darkstar.example.net>
This commit is contained in:
parent
11b51807fd
commit
4904916e6a
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,7 @@ function get_build_install() {
|
||||||
tar xf $CWD/$COMPONENT-$VERSION.tar.?z*
|
tar xf $CWD/$COMPONENT-$VERSION.tar.?z*
|
||||||
else
|
else
|
||||||
if [ ! -e $REPOSITORIES/$COMPONENT ]; then
|
if [ ! -e $REPOSITORIES/$COMPONENT ]; then
|
||||||
hg clone http://hg.scrapping.cc/subtle $REPOSITORIES/$COMPONENT
|
hg clone http://hg.scrapping.cc/$COMPONENT $REPOSITORIES/$COMPONENT
|
||||||
else
|
else
|
||||||
( cd $REPOSITORIES/$COMPONENT
|
( cd $REPOSITORIES/$COMPONENT
|
||||||
hg pull -u
|
hg pull -u
|
||||||
|
@ -50,6 +50,7 @@ function get_build_install() {
|
||||||
|
|
||||||
rake $RAKE_OPTIONS destdir=$PKG prefix=$PREFIX 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
|
get_build_install $PRGNAM1
|
||||||
|
|
Loading…
Add table
Reference in a new issue