From ce0a19fc2548261e40b97dbef05272001d8af97f Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 12 Jun 2019 21:08:18 +0300 Subject: [PATCH] docs: update --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1449f2f7..3711a868 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,11 @@ The `sources` file contains the package's sources one per line. Sources can be l ``` https://www.openssl.org/source/openssl-X.X.X.tar.gz patches/fix-musl.patch + +# An optional destination field can be added to tell the package manager +# where to extract the source. This is relative to the regular extraction +# directory. +https://www.openssl.org/source/openssl-X.X.X.tar.gz lib/example/ ``` ### `depends`