summaryrefslogtreecommitdiffstats
path: root/doc/makepkg.conf.5.txt
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2008-07-20 07:57:03 +0200
committerDan McGee <dan@archlinux.org>2008-07-21 02:06:14 +0200
commitae9e33ed88849bfdf4a9530f674701cc32d72563 (patch)
treebb419a0d20c23c1fe5004d2b615901201700d5d0 /doc/makepkg.conf.5.txt
parentb4f2cb53ef568534e672a877f3d47f85ca18f2af (diff)
downloadpacman-ae9e33ed88849bfdf4a9530f674701cc32d72563.tar.gz
pacman-ae9e33ed88849bfdf4a9530f674701cc32d72563.tar.xz
Make strip paths configurable
This patch introduces a new STRIP_DIRS makepkg.conf option to change makepkg's search path when stripping binaries. Original work by: Thomas Bächler <thomas@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/makepkg.conf.5.txt')
-rw-r--r--doc/makepkg.conf.5.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt
index b5a49ba8..8b39c467 100644
--- a/doc/makepkg.conf.5.txt
+++ b/doc/makepkg.conf.5.txt
@@ -134,6 +134,13 @@ Options
that are located in opt/, you may need to add the directory to this
array. *NOTE:* Do not add the leading slash to the directory name.
+**STRIP_DIRS=(**bin lib sbin usr/{bin,lib} ...**)**::
+ If "strip" is specified in the OPTIONS array, this variable will
+ instruct makepkg where to look to for files to strip. If you build
+ packages that are located in opt/, you may need to add the directory
+ to this array. *NOTE:* Do not add the leading slash to the directory
+ name.
+
**PKGDEST=**"/path/to/folder"::
If this value is not set, packages will by default be placed in the
current directory (location of the linkman:PKGBUILD[5]). Many people