]> err.no Git - scalable-opengroupware.org/commitdiff
Fix up typo (messages=y vs messages=yes; remove setting of GNUSTEP_MAKEFILES
authorTollef Fog Heen <tfheen@err.no>
Fri, 2 May 2008 11:54:55 +0000 (13:54 +0200)
committerTollef Fog Heen <tfheen@err.no>
Fri, 2 May 2008 11:54:55 +0000 (13:54 +0200)
debian/rules

index 3650d5d0db5e6d16cc542fd70541b5da6110879e..66e21263e0b0cfd361e4418a87650a4528aad061 100755 (executable)
@@ -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