Browse Source

Tiny fixes in debian/rules

Emmanuel Bouthenot 7 years ago
parent
commit
2b64f87ce8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      debian/rules

+ 1 - 1
debian/rules

@@ -2,7 +2,7 @@
 
 override_dh_install:
 	dh_install
-	cd $(CURDIR)/debian/zabbix-plugins-client/etc/sudoers.d && ls -al && \
+	cd $(CURDIR)/debian/zabbix-plugins-client/etc/sudoers.d && \
 		for f in * ; do \
 			mv "$$f" "zabbix_plugins_$$f"; \
 			chmod 0440 "zabbix_plugins_$$f"; \