summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c4e12b5..cb2661a 100644
--- a/Makefile
+++ b/Makefile
@@ -27,8 +27,10 @@ install: clean manpage
devinstall:
cp /var/lib/cobbler/settings /tmp/cobbler_settings
+ cp /etc/cobbler/auth.conf /tmp/cobbler_auth.conf
make install
cp /tmp/cobbler_settings /var/lib/cobbler/settings
+ cp /tmp/cobbler_auth.conf /etc/cobbler/auth.conf
sdist: clean messages updatewui
python setup.py sdist