diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-11-19 17:54:22 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-11-19 17:54:22 +0100 |
commit | 687e07b0c707e925c818a75101b48306106d0605 (patch) | |
tree | 246803b4420f9143da10a08aef711259a0c50530 | |
parent | 7fb19af290ef90d542ab8be0e05620e2e7510878 (diff) | |
download | nx-libs-687e07b0c707e925c818a75101b48306106d0605.tar.gz nx-libs-687e07b0c707e925c818a75101b48306106d0605.tar.bz2 nx-libs-687e07b0c707e925c818a75101b48306106d0605.zip |
chown has to be chmod... stupid error...
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
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 |