From 5784253f569ff605b480d80bd544ae95d735d4e7 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Thu, 2 Dec 2010 12:22:19 +0100 Subject: [PATCH] ensure 10validateroot is executable --- debian/patches/10_validateroot.dpatch | 1 - debian/rules | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/patches/10_validateroot.dpatch b/debian/patches/10_validateroot.dpatch index d162722..a813356 100755 --- a/debian/patches/10_validateroot.dpatch +++ b/debian/patches/10_validateroot.dpatch @@ -6,7 +6,6 @@ @DPATCH@ diff --git a/scripts/live-bottom/10validateroot b/scripts/live-bottom/10validateroot -new file mode 100755 index 0000000..8d42afc --- /dev/null +++ b/scripts/live-bottom/10validateroot diff --git a/debian/rules b/debian/rules index a1557ac..fd55dcf 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,9 @@ include /usr/share/dpatch/dpatch.make build: patch-stamp + # this is needed because dpatch doesn't do file modes on diffs. + chmod a+rx scripts/live-bottom/* + # regular build. dh build clean: unpatch -- 2.1.4