diff options
Diffstat (limited to 'utils/mtools')
-rw-r--r-- | utils/mtools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mtools/Makefile b/utils/mtools/Makefile index 6a529be45..19f012c02 100644 --- a/utils/mtools/Makefile +++ b/utils/mtools/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mtools PKG_VERSION:=4.0.39 -PKG_RELEASE:=$(AUTORELEASE) +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@GNU/mtools |