From 1ddaa493d33299d282490daee240408773ceaafc Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Fri, 2 May 2008 13:54:55 +0200 Subject: [PATCH] Fix up typo (messages=y vs messages=yes; remove setting of GNUSTEP_MAKEFILES --- debian/rules | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 3650d5d0..66e21263 100755 --- a/debian/rules +++ b/debian/rules @@ -29,7 +29,7 @@ endif config.status: configure dh_testdir # Add here commands to configure the package. - GNUSTEP_MAKEFILES=$(GNUSTEP_MAKEFILES) . $(GNUSTEP_SETUP) && GNUSTEP_LOCAL_ROOT=$$GNUSTEP_SYSTEM_ROOT ./configure --with-gnustep --disable-strip --enable-debug + . $(GNUSTEP_SETUP) && GNUSTEP_LOCAL_ROOT=$$GNUSTEP_SYSTEM_ROOT ./configure --with-gnustep --disable-strip --enable-debug build: build-stamp @@ -37,7 +37,7 @@ build-stamp: config.status dh_testdir # Add here commands to compile the package. - GNUSTEP_MAKEFILES=$(GNUSTEP_MAKEFILES) . $(GNUSTEP_SETUP) && $(MAKE) messages=y + . $(GNUSTEP_SETUP) && $(MAKE) messages=yes touch $@ clean: @@ -47,7 +47,7 @@ clean: # Add here commands to clean up after the build process. if [ -e config.make ]; then \ - GNUSTEP_MAKEFILES=$(GNUSTEP_MAKEFILES) . $(GNUSTEP_SETUP) ; \ + . $(GNUSTEP_SETUP) ; \ $(MAKE) distclean ; \ fi ifneq "$(wildcard /usr/share/misc/config.sub)" "" @@ -67,9 +67,10 @@ install: build dh_installdirs # Add here commands to install the package into debian/scalable-opengroupware.org. - GNUSTEP_MAKEFILES=$(GNUSTEP_MAKEFILES) . $(GNUSTEP_SETUP) && $(MAKE) \ + . $(GNUSTEP_SETUP) && $(MAKE) \ DESTDIR=$(CURDIR)/debian/tmp \ GNUSTEP_INSTALLATION_DOMAIN=SYSTEM \ + messages=yes \ install cp -a UI/WebServerResources UI/Templates \ debian/tmp/usr/lib/GNUstep/SOGo-0.9 -- 2.39.5