r12338 - /desktop/unstable/libgtkhtml2/debian/rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Wed Aug 15 12:39:58 UTC 2007


Author: lool
Date: Wed Aug 15 12:39:58 2007
New Revision: 12338

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12338
Log:
* Minor tweak.

Modified:
    desktop/unstable/libgtkhtml2/debian/rules

Modified: desktop/unstable/libgtkhtml2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtkhtml2/debian/rules?rev=12338&op=diff
==============================================================================
--- desktop/unstable/libgtkhtml2/debian/rules (original)
+++ desktop/unstable/libgtkhtml2/debian/rules Wed Aug 15 12:39:58 2007
@@ -28,7 +28,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f *-stamp
-	if [ -f Makefile ]; then $(MAKE) distclean; fi
+	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_clean
 	sed -e 's#@SONAME@#$(SONAME)#g' \
 		-e 's#@GNOME_TEAM@#$(UPLOADERS)#g' \




More information about the pkg-gnome-commits mailing list