wok diff doxygen/receipt @ rev 20008
Add: description.txt and links revision.
author | Leonardo Laporte <hackdorte@yandex.com> |
---|---|
date | Wed Aug 02 14:08:19 2017 -0300 (2017-08-02) |
parents | eb8067417980 |
children | 845b3d3b0cf5 |
line diff
1.1 --- a/doxygen/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/doxygen/receipt Wed Aug 02 14:08:19 2017 -0300 1.3 @@ -16,7 +16,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 + sed -i 's|man/man1|share/&|' Makefile* 1.9 ./configure --shared --prefix /usr --docdir /usr/share/doc \ 1.10 --install /usr/bin/install && 1.11 make && 1.12 @@ -29,4 +29,3 @@ 1.13 mkdir -p $fs/usr 1.14 cp -a $install/usr/bin $fs/usr 1.15 } 1.16 -