From 968c1f0350a7630b8d8b0bdec1c51ef5feeda6ef Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 4 Mar 2015 15:42:40 +0100 Subject: [PATCH] README: fix some comments. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ac5372041..144664f99a 100644 --- a/README.md +++ b/README.md @@ -56,10 +56,10 @@ through the `etc/conf` configuration file for the `xbps-src` utility; if that fi does not exist, will try to read configuration settings from `~/.xbps-src.conf`. If you want to customize default `CFLAGS`, `CXXFLAGS` and `LDFLAGS`, don't override -those defined in `etc/defaults.conf`, append to them instead via `etc/conf` i.e: +those defined in `etc/defaults.conf`, set them on `etc/conf` instead i.e: - $ echo 'XBPS_CFLAGS+=" your flags here "' >> etc/conf - $ echo 'XBPS_LDFLAGS+=" your flags here "' >> etc/conf + $ echo 'XBPS_CFLAGS="your flags here"' >> etc/conf + $ echo 'XBPS_LDFLAGS="your flags here"' >> etc/conf ### Virtual packages