From 2a9c4be66094b9519afcc0c32a9eb13adde01fad Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 16 May 2014 10:23:21 +0200 Subject: [PATCH] README: fix previous; vars have XBPS_ prefix. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1220ca97bfd..b6b3ad60aeb 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ through the `etc/conf` configuration file for the `xbps-src` utility; optionally 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: - $ echo 'CFLAGS+=" your flags here "' >> etc/conf - $ echo 'LDFLAGS+=" your flags here "' >> etc/conf + $ echo 'XBPS_CFLAGS+=" your flags here "' >> etc/conf + $ echo 'XBPS_LDFLAGS+=" your flags here "' >> etc/conf See [Manual](https://github.com/voidlinux/xbps-packages/blob/master/Manual.md) for documentation to create and learn about the source packages.