wok diff doxygen/receipt @ rev 19552
Up smtube (16.7.2), smplayer (16.11.0)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Dec 10 13:06:49 2016 +0100 (2016-12-10) |
parents | eb8067417980 |
children | 845b3d3b0cf5 |
line diff
1.1 --- a/doxygen/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/doxygen/receipt Sat Dec 10 13:06:49 2016 +0100 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 -