Browse Source

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

This reverts commit 157bb1931d.
j8
damencho 8 years ago
parent
commit
ec98e6fdff
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      debian/rules

+ 1
- 1
debian/rules View File

@@ -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…
Cancel
Save