From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/alexxy:master commit in: eclass/
Date: Thu, 27 Oct 2011 11:01:01 +0000 (UTC) [thread overview]
Message-ID: <5c315d21664f7dd5763768316abae6b47fc747f2.alexxy@gentoo> (raw)
commit: 5c315d21664f7dd5763768316abae6b47fc747f2
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 10:58:45 2011 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 10:58:45 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/alexxy.git;a=commit;h=5c315d21
[eclass] Update gosa-plugin eclass
Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
---
eclass/gosa-plugin.eclass | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/eclass/gosa-plugin.eclass b/eclass/gosa-plugin.eclass
index 64645a3..3474813 100644
--- a/eclass/gosa-plugin.eclass
+++ b/eclass/gosa-plugin.eclass
@@ -43,8 +43,10 @@ gosa-plugin_src_install() {
doins -r etc/*
fi
- insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/
- doins -r html/*
+ if [ -d html ]; then
+ insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/
+ doins -r html/*
+ fi
insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/
doins -r locale/*
next reply other threads:[~2011-10-27 11:01 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-27 11:01 Alexey Shvetsov [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-11-09 20:15 [gentoo-commits] dev/alexxy:master commit in: eclass/ Alexey Shvetsov
2011-11-09 20:14 Alexey Shvetsov
2011-10-28 10:57 Alexey Shvetsov
2011-10-28 10:55 Alexey Shvetsov
2011-10-26 19:08 Alexey Shvetsov
2011-10-26 19:04 Alexey Shvetsov
2011-10-26 19:02 Alexey Shvetsov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5c315d21664f7dd5763768316abae6b47fc747f2.alexxy@gentoo \
--to=alexxy@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox