mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Misc small fixes
* Remove the rpmbuild tree with the dist-clean target. * Move ipa-server-setupssl from /usr/sbin to /usr/share/ipa * Check in requirement change for generated freeipa-python.spec * Fix interactive hostname in ipa-server-install.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
SHAREDIR=$(DESTDIR)/usr/share/ipa
|
||||
SBINDIR=$(DESTDIR)/usr/sbin
|
||||
|
||||
all: ;
|
||||
@@ -5,7 +6,7 @@ all: ;
|
||||
install:
|
||||
-mkdir $(SBINDIR)
|
||||
install -m 755 ipa-server-install $(SBINDIR)
|
||||
install -m 755 ipa-server-setupssl $(SBINDIR)
|
||||
install -m 755 ipa-server-setupssl $(SHAREDIR)
|
||||
$(MAKE) -C share $@
|
||||
$(MAKE) -C test $@
|
||||
|
||||
|
||||
@@ -134,7 +134,7 @@ def main():
|
||||
if host_name == "":
|
||||
print ""
|
||||
host_name = raw_input("Please provide a Fully Qualified name to use for your system [master.example.com]: ")
|
||||
if host_name != "":
|
||||
if host_name == "":
|
||||
host_name = "master.example.com"
|
||||
|
||||
if len(host_name.split(".")) < 2 or host_name == "localhost.localdomain":
|
||||
|
||||
Reference in New Issue
Block a user