r49 - /packages/gnash/trunk/debian/rules

baby-guest at users.alioth.debian.org baby-guest at users.alioth.debian.org
Tue Apr 24 15:12:22 UTC 2007


Author: baby-guest
Date: Tue Apr 24 15:12:22 2007
New Revision: 49

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=49
Log:
rm -f  libltdl/* fail, because  libltdl/CVS/ exists. Corrected.


Modified:
    packages/gnash/trunk/debian/rules

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/rules?rev=49&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Tue Apr 24 15:12:22 2007
@@ -103,8 +103,8 @@
 	#-find . -name Makefile.in -exec rm {} \;
 	-rm `find . -name Makefile.in`
 
-	rm -rf libltdl/autom4te.cache
-	rm -f libltdl/* ltmain.sh
+	-rm -rf libltdl/autom4te.cache
+	-rm -f libltdl/* ltmain.sh
 
 	#cd debian/h2m; $(MAKE) clean
 




More information about the pkg-flash-devel mailing list