summaryrefslogtreecommitdiffstats
path: root/package/uemacs
diff options
context:
space:
mode:
authorArnaud RĂ©billout <rebillout@syscom.ch>2013-10-31 11:39:48 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-11-01 15:34:04 +0100
commit77de13ba5525f4efbfed6e3f30ab5e4b18ca3980 (patch)
tree9137964c111a07b330ff3d67f0eacb3891a740a9 /package/uemacs
parentd6a44b2f0a2f9cedf08a44703054d3993ae1843d (diff)
downloadbuildroot-77de13ba5525f4efbfed6e3f30ab5e4b18ca3980.tar.gz
buildroot-77de13ba5525f4efbfed6e3f30ab5e4b18ca3980.zip
uemacs: fix package source
There is no bz2 archive for uemacs on kernel.org, only a gz archive. Signed-off-by: Arnaud RĂ©billout <rebillout@syscom.ch> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/uemacs')
-rw-r--r--package/uemacs/uemacs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uemacs/uemacs.mk b/package/uemacs/uemacs.mk
index 94520621db..0cd38e051b 100644
--- a/package/uemacs/uemacs.mk
+++ b/package/uemacs/uemacs.mk
@@ -5,7 +5,7 @@
################################################################################
UEMACS_VERSION = 4.0.15-lt
-UEMACS_SOURCE = em-$(UEMACS_VERSION).tar.bz2
+UEMACS_SOURCE = em-$(UEMACS_VERSION).tar.gz
UEMACS_SITE = $(BR2_KERNEL_MIRROR)/software/editors/uemacs/
UEMACS_DEPENDENCIES = ncurses
OpenPOWER on IntegriCloud