runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit b3c2c73976599449993c64326668f5f19522deae
parent 0bc335d770347ea91f7cafec23e1cb12898a9bd7
Author: Gerrit Pape <pape@smarden.org>
Date:   Sat, 26 Jun 2004 14:54:51 +0000

ups, other way.

Diffstat:
Mdebian/rules | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules @@ -7,7 +7,7 @@ STRIP =strip DIET_ARCHS =alpha amd64 arm hppa i386 ia64 mips mipsel powerpc s390 sparc ARCH ?=$(shell dpkg-architecture -qDEB_HOST_ARCH) -ifneq (,$(findstring $(ARCH),$(DIET_ARCHS))) +ifeq (,$(findstring $(ARCH),$(DIET_ARCHS))) CC =gcc CFLAGS =-Wall endif