From 5cb0bc1e583d228c6cc654b6959dc205920b21a3 Mon Sep 17 00:00:00 2001 From: Quincy Fleming Date: Sun, 4 Jun 2023 10:31:08 -0500 Subject: [PATCH] app-misc/Clipboard: reduced ewarn message length Signed-off-by: Quincy Fleming --- app-misc/Clipboard/Clipboard-0.8.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-misc/Clipboard/Clipboard-0.8.0.ebuild b/app-misc/Clipboard/Clipboard-0.8.0.ebuild index 281d4957df..d2aca6ef2f 100644 --- a/app-misc/Clipboard/Clipboard-0.8.0.ebuild +++ b/app-misc/Clipboard/Clipboard-0.8.0.ebuild @@ -47,8 +47,10 @@ src_configure() { pkg_postinst() { ewarn "The new history feature makes CB incompatible with how older versions stored clipboard contents." ewarn "If you have existing content when you upgrade, then it might not appear in CB, although it won't be deleted." - ewarn "To fix this, take everything stored in the data folder of your existing clipboards and move them to a \"0\" subfolder within data." - ewarn "So, if you have the file Foobar stored under data, the new setup will look like the folder 0 under data, and 0 stores the file Foobar." + ewarn "To fix this, take everything stored in the data folder of your existing clipboards" + ewarn "and move them to a \"0\" subfolder within data." + ewarn "So, if you have the file Foobar stored under data, the new setup will look like the folder 0 under data," + ewarn "and 0 stores the file Foobar." ewarn "To find where CB keeps your clipboards, use the cb info command and check the line that says Stored in...." ewarn "If you don't already have content stored with CB, then this warning doesn't apply to you." }