[xiph-cvs] cvs commit: ao-python/debian rules

Chris Cheney calc at xiph.org
Sun Feb 18 21:47:00 PST 2001



calc        01/02/18 21:46:59

  Modified:    debian   rules
  Log:
  small change to ignore clean failure

Revision  Changes    Path
1.2       +1 -1      ao-python/debian/rules

Index: rules
===================================================================
RCS file: /usr/local/cvsroot/ao-python/debian/rules,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rules	2001/02/19 00:26:34	1.1
+++ rules	2001/02/19 05:46:59	1.2
@@ -32,7 +32,7 @@
 
         # Add here commands to clean up after the build process.
         #-$(MAKE) clean
-	python setup.py clean --all
+	-python setup.py clean --all
 
         dh_clean
 

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list