diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2013-11-01 23:32:53 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2013-11-01 23:33:04 +1100 |
commit | 0c49565c5a9530f4d8b40bb6fbce81644d3b039b (patch) | |
tree | 6cb2bb3857a42bdf53e159fad6bb8bc6be34fe59 /opus | |
parent | 354f039ca4c21be53694c09827f4b34d7c61e42e (diff) | |
download | contrib-0c49565c5a9530f4d8b40bb6fbce81644d3b039b.tar.gz contrib-0c49565c5a9530f4d8b40bb6fbce81644d3b039b.tar.xz |
opus: force removal of html pages if doxygen is installed
Diffstat (limited to 'opus')
-rw-r--r-- | opus/Pkgfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/opus/Pkgfile b/opus/Pkgfile index fb3640158..f15d7b65a 100644 --- a/opus/Pkgfile +++ b/opus/Pkgfile @@ -16,5 +16,7 @@ build() { --enable-custom-modes make - make DESTDIR=$PKG install + make DESTDIR=$PKG install + + rm -rf $PKG/usr/share/doc } |