diff options
author | Aaron Griffin <aaron@archlinux.org> | 2007-02-13 19:02:35 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2007-02-13 19:02:35 +0000 |
commit | 473fee2f11856f868ce02bba12998b4f661f5246 (patch) | |
tree | c6448d35e57427dba1f55bdb50e30068009a0c12 | |
parent | 103dbb9fd14fde35e116819808e6d4c9b534eaa2 (diff) | |
download | pacman-473fee2f11856f868ce02bba12998b4f661f5246.tar.xz |
From Phil Dillon-Thiselton <dibblethewrecker@gmail.com>:
* Wording error in makepkg.conf
-rw-r--r-- | etc/makepkg.conf.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index e9043ed3..a5618cf7 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -52,8 +52,8 @@ BUILDENV=(fakeroot !distcc color !ccache) # #-- strip: Strip symbols from binaries/libraries #-- docs: Save doc and info directories -#-- libtool: Leave libtool (.la) files in binaries -#-- emptydirs: Leave empty directories in binaries +#-- libtool: Leave libtool (.la) files in packages +#-- emptydirs: Leave empty directories in packages # OPTIONS=(strip !docs libtool emptydirs) |