diff options
author | Allan McRae <allan@archlinux.org> | 2014-05-25 05:53:19 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-05-25 05:53:19 +0200 |
commit | 2401468f5104fa6794589381cef9e970692d95e8 (patch) | |
tree | 754e35b616d9c5385d88d23cb85a3307776766ba /doc | |
parent | ec01a22f7d13147a52ac8c0c1ee1b5fc2426de39 (diff) | |
download | pacman-2401468f5104fa6794589381cef9e970692d95e8.tar.gz pacman-2401468f5104fa6794589381cef9e970692d95e8.tar.xz |
makepkg: Force buildscripts to be in startdir
We expect all source file to lie in $startdir. However, using
"makepkg -p <buildscript>" can currently allows people to specify buildscripts
in other directories. This results in confusion about where other sources
should lie (in startdir or in the directory that the buildscript is in).
Explicitly disable using -p for files in other directories to avoid this issue.
Fixes FS#40293.
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/makepkg.8.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index 9547bc8b..0277f54a 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -116,7 +116,8 @@ Options *-p* <buildscript>:: Read the package script `buildscript` instead of the `PKGBUILD` default; - see linkman:PKGBUILD[5]. + see linkman:PKGBUILD[5]. The `buildscript` must be located in the directory + makepkg is called from. *-r, \--rmdeps*:: Upon successful build, remove any dependencies installed by makepkg |