From c57d49934a1500acb3dafaaf32da8bbef1b52314 Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 29 Sep 1999 19:29:52 +0000 Subject: r285: * Fixed quoting problem in examples/rules.multi (Closes: #46254) --- examples/rules.multi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/rules.multi b/examples/rules.multi index c3b1bd1a..fe8cc975 100755 --- a/examples/rules.multi +++ b/examples/rules.multi @@ -51,7 +51,7 @@ install-stamp: build-stamp # Build architecture-independent files here. # Pass -i to all debhelper commands in this target to reduce clutter. -binary-indep: DH_OPTIONS="-i" +binary-indep: DH_OPTIONS=-i binary-indep: build install # Need this version of debhelper for DH_OPTIONS to work. dh_testversion 1.1.17 @@ -82,7 +82,7 @@ binary-indep: build install # Build architecture-dependent files here. # Pass -a to all debhelper commands in this target to reduce clutter. -binary-arch: DH_OPTIONS="-a" +binary-arch: DH_OPTIONS=-a binary-arch: build install # Need this version of debhelper for DH_OPTIONS to work. dh_testversion 1.1.17 -- cgit v1.2.3