From 687e07b0c707e925c818a75101b48306106d0605 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 19 Nov 2011 17:54:22 +0100 Subject: chown has to be chmod... stupid error... --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 360b880e8..be0453361 100755 --- a/debian/rules +++ b/debian/rules @@ -24,8 +24,8 @@ override_dh_auto_install: override_dh_quilt_patch: dh_quilt_patch - chown a+x Makefile - chown a+x bin/nxagent + chmod a+x Makefile + chmod a+x bin/nxagent override_dh_quilt_unpatch: dh_quilt_unpatch -- cgit v1.2.3