From 02d2e0137f706018baf3b0b1794afdc3cbf4cda9 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 31 Oct 2007 13:54:25 -0400 Subject: Ongoing work on WUI pagination --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 85d6715..ca8f57c 100644 --- a/Makefile +++ b/Makefile @@ -39,12 +39,12 @@ devinstall: cp /var/lib/cobbler/settings /tmp/cobbler_settings cp /etc/cobbler/auth.conf /tmp/cobbler_auth.conf cp /etc/cobbler/modules.conf /tmp/cobbler_modules.conf - -cp /var/www/cobbler/cgi-bin/.htpasswd /tmp/cobbler_htpasswd + -cp /var/www/cgi-bin/cobbler/.htpasswd /tmp/cobbler_htpasswd make install cp /tmp/cobbler_settings /var/lib/cobbler/settings cp /tmp/cobbler_auth.conf /etc/cobbler/auth.conf cp /tmp/cobbler_modules.conf /etc/cobbler/modules.conf - -cp /tmp/cobbler_htpasswd /var/www/cobbler/cgi-bin/.htpasswd + -cp /tmp/cobbler_htpasswd /var/www/cgi-bin/cobbler/.htpasswd find /var/lib/cobbler/triggers | xargs chmod +x chown -R apache /var/www/cobbler chown -R apache /var/www/cgi-bin/cobbler -- cgit