r65941 - /trunk/libcgi-application-plugin-authentication-perl/debian/update.sh

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Fri Dec 17 23:36:03 UTC 2010


Author: periapt-guest
Date: Fri Dec 17 23:35:56 2010
New Revision: 65941

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65941
Log:
adding extra option to rm

Modified:
    trunk/libcgi-application-plugin-authentication-perl/debian/update.sh

Modified: trunk/libcgi-application-plugin-authentication-perl/debian/update.sh
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-authentication-perl/debian/update.sh?rev=65941&op=diff
==============================================================================
--- trunk/libcgi-application-plugin-authentication-perl/debian/update.sh (original)
+++ trunk/libcgi-application-plugin-authentication-perl/debian/update.sh Fri Dec 17 23:35:56 2010
@@ -18,7 +18,7 @@
 if [ $1 ]
 then
     echo update;
-    rm ${DESTDIR}/${MODULE}*.tar.gz
+    rm -f ${DESTDIR}/${MODULE}*.tar.gz
     uscan ${FD} ${DD} && true;
     uscan ${DC}/driver-dbic/watch ${FD} ${NS} ${DD} ${US} ${DBIC_VERS} && true;
     uscan ${DC}/driver-cdbi/watch ${FD} ${NS} ${DD} ${US} ${CDBI_VERS} && true;




More information about the Pkg-perl-cvs-commits mailing list