Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (bb3175b70338881697f88c84bfe7fc8e3ad3e1ba)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (bb3175b70338881697f88c84bfe7fc8e3ad3e1ba)
  • Date: Tue, 1 Sep 2020 13:35:48 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

graphics/netpbm/HISTORY | 5 +++++
graphics/netpbm/INSTALL | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit bb3175b70338881697f88c84bfe7fc8e3ad3e1ba
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

netpbm: fix installation of manweb.conf

diff --git a/graphics/netpbm/HISTORY b/graphics/netpbm/HISTORY
index ca5a392..18355de 100644
--- a/graphics/netpbm/HISTORY
+++ b/graphics/netpbm/HISTORY
@@ -1,3 +1,8 @@
+2020-09-01 Thomas Orgis <sobukus AT sourcemage.org>
+ * INSTALL: suddenly, sorcery insists on the destination of a file
+ being a file, not a directory. Hotfix here, since it is never
+ wrong.
+
2017-05-06 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: version 10.78.00, also add a documentation snapshot
in place of the non-existing man pages
diff --git a/graphics/netpbm/INSTALL b/graphics/netpbm/INSTALL
index f1e517b..98ddac9 100755
--- a/graphics/netpbm/INSTALL
+++ b/graphics/netpbm/INSTALL
@@ -4,4 +4,4 @@ make -f GNUmakefile pkgdir="$INSTALL_ROOT/usr" \
mkdir -p "$INSTALL_ROOT/usr/share/manweb/netpbm" &&
cp -r "${SOURCE2/.tar.bz2/}"/* "$INSTALL_ROOT/usr/share/manweb/netpbm"
install_config_file "$SCRIPT_DIRECTORY/manweb.conf" \
- "$INSTALL_ROOT/etc/"
+ "$INSTALL_ROOT/etc/manweb.conf"



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (bb3175b70338881697f88c84bfe7fc8e3ad3e1ba), Thomas Orgis, 09/01/2020

Archive powered by MHonArc 2.6.24.

Top of Page