[med-svn] [Git][med-team/mcl][master] Fix rm (directory so recursive)
    Shayan Doust 
    gitlab at salsa.debian.org
       
    Wed Jun  3 19:39:19 BST 2020
    
    
  
Shayan Doust pushed to branch master at Debian Med / mcl
Commits:
4967e746 by Shayan Doust at 2020-06-03T19:38:51+01:00
Fix rm (directory so recursive)
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -79,7 +79,7 @@ override_dh_auto_configure:
 
 override_dh_install:
 	mv debian/tmp/usr/local/* debian/tmp/usr
-	rm -f debian/tmp/usr/local
+	rm -rf debian/tmp/usr/local
 	dh_install
 	for pl in `grep -Rl '#![[:space:]]*/usr/bin/env[[:space:]]\+perl' debian/*/usr/*` ; do \
 	    sed -i '1s?^#![[:space:]]*/usr/bin/env[[:space:]]\+perl?#!/usr/bin/perl?' $${pl} ; \
View it on GitLab: https://salsa.debian.org/med-team/mcl/-/commit/4967e74660400fe935ea532d39362a9ac6938a16
-- 
View it on GitLab: https://salsa.debian.org/med-team/mcl/-/commit/4967e74660400fe935ea532d39362a9ac6938a16
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200603/bcdf12e5/attachment.html>
    
    
More information about the debian-med-commit
mailing list