Procházet zdrojové kódy

Tiny fixes in debian/rules

Emmanuel Bouthenot před 8 roky
rodič
revize
2b64f87ce8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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"; \