changeset 4819:384ce61b7d4b

* src/gl2ps.mk: update update printout to display correct pkg name
author John Donoghue
date Thu, 23 Aug 2018 16:57:30 -0400
parents d9a0488f792d
children c68fb0e7a376
files src/gl2ps.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gl2ps.mk	Thu Aug 23 16:57:25 2018 -0400
+++ b/src/gl2ps.mk	Thu Aug 23 16:57:30 2018 -0400
@@ -19,7 +19,7 @@
 endif
 
 define $(PKG)_UPDATE
-    echo 'Warning: Updates are temporarily disabled for package octave.' >&2;
+    echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
     echo $(gl2ps_VERSION)
 endef