Skip to content

Instantly share code, notes, and snippets.

Created November 1, 2013 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/7264552 to your computer and use it in GitHub Desktop.
Save anonymous/7264552 to your computer and use it in GitHub Desktop.
stdin
diff --git a/opus/Pkgfile b/opus/Pkgfile
index fb36401..ef106e2 100644
--- a/opus/Pkgfile
+++ b/opus/Pkgfile
@@ -13,8 +13,9 @@ build() {
./configure \
--prefix=/usr \
--mandir=/usr/man \
- --enable-custom-modes
+ --enable-custom-modes \
+ --disable-doc
make
- make DESTDIR=$PKG install
+ make DESTDIR=$PKG install
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment