summaryrefslogtreecommitdiffstats
path: root/bin/phase-functions.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-09-20 10:19:54 -0700
committerZac Medico <zmedico@gentoo.org>2012-09-20 10:19:54 -0700
commit8ba939d53e52a88c183a2db95d1e51f04b0d9bb6 (patch)
treeb9b1309a73ace5d816dbc824b323492b3f24c6d9 /bin/phase-functions.sh
parentff98a555c612958c8b22fc300b54f90aa790df9c (diff)
downloadportage-8ba939d53e52a88c183a2db95d1e51f04b0d9bb6.tar.gz
portage-8ba939d53e52a88c183a2db95d1e51f04b0d9bb6.tar.bz2
portage-8ba939d53e52a88c183a2db95d1e51f04b0d9bb6.zip
Add QA_DESKTOP_FILE variable.
Diffstat (limited to 'bin/phase-functions.sh')
-rw-r--r--bin/phase-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/phase-functions.sh b/bin/phase-functions.sh
index 92e25c65f..2b9323147 100644
--- a/bin/phase-functions.sh
+++ b/bin/phase-functions.sh
@@ -560,7 +560,7 @@ __dyn_install() {
if [[ $CATEGORY != virtual ]] ; then
for f in ASFLAGS CBUILD CC CFLAGS CHOST CTARGET CXX \
CXXFLAGS EXTRA_ECONF EXTRA_EINSTALL EXTRA_MAKE \
- LDFLAGS LIBCFLAGS LIBCXXFLAGS ; do
+ LDFLAGS LIBCFLAGS LIBCXXFLAGS QA_DESKTOP_FILE ; do
x=$(echo -n ${!f})
[[ -n $x ]] && echo "$x" > $f
done