mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Only install the ipa.conf file if it does not exist.
This commit is contained in:
@@ -8,7 +8,10 @@ install:
|
||||
-mkdir -p $(PACKAGEDIR)
|
||||
install -m 644 *.py $(PACKAGEDIR)
|
||||
-mkdir -p $(CONFIGDIR)
|
||||
install -m 644 ipa.conf $(CONFIGDIR)
|
||||
if ! [ -e $(CONFIGDIR)/ipa.conf ]; then \
|
||||
install -m 644 ipa.conf $(CONFIGDIR); \
|
||||
fi
|
||||
|
||||
clean:
|
||||
rm -f *~ *.pyc
|
||||
rm -f *~ *.pyc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user