Explorar el Código

Revert "Skips the analytics file from main folder when creating deb." Excluding file, excludes it and from subfolders.

This reverts commit 157bb1931d.
j8
damencho hace 9 años
padre
commit
ec98e6fdff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      debian/rules

+ 1
- 1
debian/rules Ver fichero

@@ -11,4 +11,4 @@ override_dh_auto_build:
11 11
 
12 12
 override_dh_install:
13 13
 	dh_installdirs
14
-	dh_install -X/analytics.js -X/config.js -X/package.json
14
+	dh_install -X/config.js -X/package.json

Loading…
Cancelar
Guardar