From 1b36474a2c8e7c33630d34e10ad2bc48edcdd214 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sat, 6 Jan 2018 22:03:34 +0000 Subject: [PATCH] don't mix up perl with sed --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index e5b3c0ded..f68df72a5 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ override_dh_auto_configure: override_dh_auto_install: dh_auto_install - perl -p -i -e '1s,^#!.*/python$$,#!/usr/bin/python3,' \ + sed -i -e '1s,^#!.*/python$$,#!/usr/bin/python3,' \ debian/tmp/usr/lib/ikiwiki/plugins/* override_dh_compress: -- 2.39.5