diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-28 08:04:36 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-28 08:05:08 +0200 |
commit | 33b69d0e9a09c19225e8f5f34869f74fe60e2d2b (patch) | |
tree | 5a36b68985ea3b9cfe9910d39d71c7bf7ec777d9 /package/xinput_calibrator | |
parent | b4e8f5ab5a9e93a96d0dae500cbd9186fcf11d36 (diff) |
more tar.gz fixes
Diffstat (limited to 'package/xinput_calibrator')
-rw-r--r-- | package/xinput_calibrator/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/xinput_calibrator/Makefile b/package/xinput_calibrator/Makefile index e4db834c3..330c53ff3 100644 --- a/package/xinput_calibrator/Makefile +++ b/package/xinput_calibrator/Makefile @@ -13,6 +13,8 @@ PKG_DEPENDS:= libstdcxx PKG_URL:= http://github.com/downloads/tias/xinput_calibrator/ PKG_SITES:= http://openadk.org/distfiles/ +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,XINPUT_CALIBRATOR,xinput-calibrator,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |