Commit fa42768dfc2be351717349e302fef548e0ab2385
1 parent
6a28096c
Exists in
master
and in
2 other branches
Fixing '.deb' builds.
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
debian/rules
... | ... | @@ -66,9 +66,6 @@ install: build |
66 | 66 | # Install main application |
67 | 67 | make DESTDIR=$(PWD)/debian/$(PACKAGE_NAME) install-application |
68 | 68 | |
69 | - # Install option keypads | |
70 | - make DESTDIR=$(PWD)/debian/$(PACKAGE_NAME)-keypads install-keypads | |
71 | - | |
72 | 69 | # --- end custom part for installing |
73 | 70 | |
74 | 71 | # Build architecture-independent files here. | ... | ... |