From 7a610b2e5ca7a06576da042e1cf9dd22237243a6 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sat, 30 Jul 2016 21:46:46 +0200 Subject: [PATCH] make: fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f25fb0bd1..71f13285e 100644 --- a/Makefile +++ b/Makefile @@ -253,7 +253,7 @@ package: force @${MAKE} DESTDIR=${WRKSRC} FLAVOUR=${FLAVOUR} install @${PKG} create -v -m ${WRKSRC} -r ${WRKSRC} \ -p ${WRKSRC}/plist -o ${PKGDIR} - @echo -n "Sucessfully built " + @echo -n "Successfully built " @cd ${PKGDIR}; find . -name "*.txz" | cut -c3- upgrade: package