diff options
Diffstat (limited to 'package/matchbox/matchbox-fakekey/matchbox-fakekey.mk')
-rw-r--r-- | package/matchbox/matchbox-fakekey/matchbox-fakekey.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/matchbox/matchbox-fakekey/matchbox-fakekey.mk b/package/matchbox/matchbox-fakekey/matchbox-fakekey.mk index c3165e0ea..ebae9d2ba 100644 --- a/package/matchbox/matchbox-fakekey/matchbox-fakekey.mk +++ b/package/matchbox/matchbox-fakekey/matchbox-fakekey.mk @@ -1,8 +1,8 @@ -############################################################# +################################################################################ # # MatchBox Fakekey # -############################################################# +################################################################################ MATCHBOX_FAKEKEY_VERSION = 0.1 MATCHBOX_FAKEKEY_SOURCE = libfakekey-$(MATCHBOX_FAKEKEY_VERSION).tar.bz2 @@ -20,6 +20,6 @@ endef MATCHBOX_FAKEKEY_POST_CONFIGURE_HOOKS += MATCHBOX_FAKEKEY_POST_CONFIGURE_FIXES -############################################################# +################################################################################ $(eval $(autotools-package)) |