Skip to content

Commit

Permalink
dev-libs/mozldap: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
doughdemon authored and mgorny committed Aug 6, 2016
1 parent b3fb398 commit 088de2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev-libs/mozldap/mozldap-6.0.6-r2.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -80,7 +80,7 @@ src_install () {
#create compatibility PATH link

for i in ldapcmp ldapcompare ldapdelete ldapmodify \
ldappasswd ldapsearch;do
ldappasswd ldapsearch;do
dosym /usr/$(get_libdir)/mozldap/$i /usr/bin/moz"${i}" || die
# compat for 389-project
dosym /usr/$(get_libdir)/mozldap/$i /usr/bin/389-"${i}" || die
Expand Down
4 changes: 2 additions & 2 deletions dev-libs/mozldap/mozldap-6.0.7.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -80,7 +80,7 @@ src_install () {
#create compatibility PATH link

for i in ldapcmp ldapcompare ldapdelete ldapmodify \
ldappasswd ldapsearch;do
ldappasswd ldapsearch;do
dosym /usr/$(get_libdir)/mozldap/$i /usr/bin/moz"${i}" || die
# compat for 389-project
dosym /usr/$(get_libdir)/mozldap/$i /usr/bin/389-"${i}" || die
Expand Down

0 comments on commit 088de2c

Please sign in to comment.