diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-07-01 13:32:09 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-07-01 13:32:09 -0400 |
commit | 5ea8350852907eed656d8af7e81e10618214ddf3 (patch) | |
tree | 843ed7d70e8629b1b9e268c18b0968ecfa99b889 /doc | |
parent | 12d210957879a4fb70e1df1a6ae3af4be118fa71 (diff) |
grep for simple-to-fix issues with loading PKGBUILDs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/treepkg.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/treepkg.md b/doc/treepkg.md index 1e30e33..aca7f2a 100644 --- a/doc/treepkg.md +++ b/doc/treepkg.md @@ -64,7 +64,7 @@ Your HOOKLOCALRELEASE script should look like this: # Get needed vars source /etc/makepkg.conf source /etc/libretools.conf - source PKGBUILD + source ./PKGBUILD unset build package check |