mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 17:59:21 +02:00
fixed double linking
This commit is contained in:
parent
368ba7b2c1
commit
4b3f65fc6f
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ install-lam:
|
|||
[ -d $(DESTDIR)$(localstatedir)/$${i} ] || \
|
||||
$(MKDIR) -p $(DESTDIR)$(localstatedir)/$${i} || exit 1 ; \
|
||||
$(CHMOD) 750 $(DESTDIR)$(localstatedir)/$${i} ; \
|
||||
[ -d $${i} ] || \
|
||||
$(LN_S) $(localstatedir)/$${i} $${i} ; \
|
||||
(cd $(srcdir) ; $(COPY) $${i}/.htaccess \
|
||||
$(DESTDIR)$(localstatedir)/$${i}) ; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue