index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2017-10-30 14:35:22 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2017-12-07 15:52:39 +1000 |
commit | 259d521e37c4cbcdbdc074e6cf832d233f2a9528 (patch) | |
tree | 55a196a95e2e8098bec63e19cd29715887badcb1 /doc/makepkg.conf.5.txt | |
parent | 1825bd6716c2a51c92642e8b96beac0101e83805 (diff) |
-rw-r--r-- | doc/makepkg.conf.5.txt | 6 |
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt index aa093401..267dc9e9 100644 --- a/doc/makepkg.conf.5.txt +++ b/doc/makepkg.conf.5.txt @@ -218,6 +218,12 @@ Options instruct makepkg which files to remove from the package. This is useful for index files that are added by multiple packages. +**DBGSRCDIR=**"/usr/src/debug":: + If `strip` and `debug` are specified in the `OPTIONS` array, this variable + will instruct makepkg where to place source files for installed binaries. + The binaries will be modified to link this directory for the debugger + search path. + **PKGDEST=**"/path/to/directory":: If this value is not set, packages will, by default, be placed in the current directory (location of the linkman:PKGBUILD[5]). Many people |