diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2015-11-04 12:34:50 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2015-11-04 14:37:36 +1100 |
commit | 20bd0a196859ecbc215da194403a3bfa3ef2264f (patch) | |
tree | 920af5a68aec55586dce2e160d22d0aa081ec263 /libtheora/Pkgfile | |
parent | ca9df6680b068ed5da9e5b72eb666444bb71d353 (diff) | |
download | opt-20bd0a196859ecbc215da194403a3bfa3ef2264f.tar.gz opt-20bd0a196859ecbc215da194403a3bfa3ef2264f.tar.xz |
update romster ports for new man page location
Diffstat (limited to 'libtheora/Pkgfile')
-rw-r--r-- | libtheora/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtheora/Pkgfile b/libtheora/Pkgfile index afecba26d..c6904b083 100644 --- a/libtheora/Pkgfile +++ b/libtheora/Pkgfile @@ -14,11 +14,11 @@ build() { ./configure \ --prefix=/usr \ - --mandir=/usr/man \ --disable-examples make make DESTDIR=$PKG install + rm -r $PKG/usr/share/doc rmdir $PKG/usr/share } |