summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2018-08-15 08:53:42 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2018-08-15 08:53:42 +0000
commit039bba98af777c65450a9eb9f11a22272993a537 (patch)
tree39e344eab20c76e32f4354069b241f840f69bcb9 /media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r2.ebuild
parent2018-08-15 07:53:46 UTC (diff)
parentsci-libs/gdal: remove old affected version (diff)
downloadgentoo-039bba98af777c65450a9eb9f11a22272993a537.tar.gz
gentoo-039bba98af777c65450a9eb9f11a22272993a537.tar.bz2
gentoo-039bba98af777c65450a9eb9f11a22272993a537.zip
Merge updates from master
Diffstat (limited to 'media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r2.ebuild')
-rw-r--r--media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r2.ebuild b/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r2.ebuild
index 0dbcc0a04730..9ecf777aa274 100644
--- a/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r2.ebuild
+++ b/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r2.ebuild
@@ -93,7 +93,7 @@ pkg_postinst() {
elog "\tadmin:live"
if use ssl ; then
- if path_exists -a "${ROOT}"/etc/vdr/plugins/live/live.pem; then
+ if [[ -f ${ROOT}/etc/vdr/plugins/live/live.pem ]]; then
einfo "found an existing SSL cert, to create a new SSL cert, run:\n"
einfo "emerge --config ${PN}"
else