Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Conner Clere (77e3f58f02ecbb7f3a6f831a10ad7beadb611f30)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Conner Clere (77e3f58f02ecbb7f3a6f831a10ad7beadb611f30)
  • Date: Mon, 8 Jan 2024 04:23:01 +0000

GIT changes to master binary grimoire by Conner Clere
<xenanthropy AT sourcemage.org>:

bin-http/floorp-bin/HISTORY | 3 +++
bin-http/floorp-bin/INSTALL | 3 +--
2 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 77e3f58f02ecbb7f3a6f831a10ad7beadb611f30
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

bin-http/floorp-bin: fix INSTALL line

accidentally commited line pertaining to installing "missing" icon
which I have since fixed; removed line

diff --git a/bin-http/floorp-bin/HISTORY b/bin-http/floorp-bin/HISTORY
index 200eff0..1251805 100644
--- a/bin-http/floorp-bin/HISTORY
+++ b/bin-http/floorp-bin/HISTORY
@@ -1,4 +1,7 @@
2024-01-07 Conner Clere <xenanthropy AT sourcemage.org>
+ * INSTALL: remove line regarding installing icon
+
+2024-01-07 Conner Clere <xenanthropy AT sourcemage.org>
* BUILD, DEPENDS, INSTALL, PROVIDES, floorp-bin, DETAILS,
floorp.desktop:
version 11.7.1, new spell

diff --git a/bin-http/floorp-bin/INSTALL b/bin-http/floorp-bin/INSTALL
index f0d2d19..9284636 100755
--- a/bin-http/floorp-bin/INSTALL
+++ b/bin-http/floorp-bin/INSTALL
@@ -3,5 +3,4 @@ INSTALLDIR="${INSTALL_ROOT}/opt/floorp"
mkdir -pv "${INSTALLDIR}" &&
mkdir -p "${INSTALL_ROOT}/usr/share/pixmaps/" &&
cp -Rv "${SOURCE_DIRECTORY}"/* "${INSTALLDIR}" &&
-install -v "${SCRIPT_DIRECTORY}/floorp-bin" "${INSTALL_ROOT}/usr/bin/" &&
-install -v "${SCRIPT_DIRECTORY}/floorp.png"
"${INSTALL_ROOT}/usr/share/pixmaps/"
+install -v "${SCRIPT_DIRECTORY}/floorp-bin" "${INSTALL_ROOT}/usr/bin/"



  • [SM-Commit] GIT changes to master binary grimoire by Conner Clere (77e3f58f02ecbb7f3a6f831a10ad7beadb611f30), Conner Clere, 01/07/2024

Archive powered by MHonArc 2.6.24.

Top of Page