From 78c4d691610a48ac2c2f12172ae24c3d096b415e Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Tue, 23 Aug 2005 08:39:01 +0000 Subject: * generate initscript/archlinux/Makefile * Fix archlinux CFLAG err, fix. * Rename the initscript dirs to all lowercase. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@407 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- initscript/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'initscript/Makefile.am') diff --git a/initscript/Makefile.am b/initscript/Makefile.am index eb5c75d..c54b2d0 100644 --- a/initscript/Makefile.am +++ b/initscript/Makefile.am @@ -20,7 +20,7 @@ SUBDIRS = if TARGET_DEBIAN -SUBDIRS += Debian +SUBDIRS += debian endif if TARGET_ARCHLINUX @@ -30,9 +30,9 @@ endif # We disable shipping of Gentoo and SUSE init scripts for now as they are out of date #if TARGET_GENTOO -#SUBDIRS += Gentoo +#SUBDIRS += gentoo #endif #if TARGET_SUSE -#SUBDIRS += SUSE +#SUBDIRS += suse #endif -- cgit