[Buildroot] [git commit] package/datatables: drop spurious space

Peter Korsgaard peter at korsgaard.com
Tue Nov 30 16:06:35 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=75dd127b029752e6fe784f04865eae0503437c60
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Drop spurious space added by commit
3995a68e2103a484f089c98b8d6ce9a81081762f

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/datatables/datatables.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/datatables/datatables.mk b/package/datatables/datatables.mk
index 7bd3d83ac3..c20cdf1254 100644
--- a/package/datatables/datatables.mk
+++ b/package/datatables/datatables.mk
@@ -6,7 +6,7 @@
 
 DATATABLES_VERSION = 1.10.20
 DATATABLES_SITE = https://datatables.net/releases
-DATATABLES_SOURCE =  DataTables-$(DATATABLES_VERSION).zip
+DATATABLES_SOURCE = DataTables-$(DATATABLES_VERSION).zip
 DATATABLES_LICENSE = MIT
 DATATABLES_LICENSE_FILES = license.txt
 


More information about the buildroot mailing list