summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorThomas Orgis2020-09-01 10:22:11 +0200
committerThomas Orgis2020-09-01 15:31:48 +0200
commitbb3175b70338881697f88c84bfe7fc8e3ad3e1ba (patch)
tree833892f2e522b0299100d3ba6069ba5c885b08f0 /graphics
parent4ef68319f8ba8d84fd560de80ecb652dbb4548b1 (diff)
netpbm: fix installation of manweb.conf
Diffstat (limited to 'graphics')
-rw-r--r--graphics/netpbm/HISTORY5
-rwxr-xr-xgraphics/netpbm/INSTALL2
2 files changed, 6 insertions, 1 deletions
diff --git a/graphics/netpbm/HISTORY b/graphics/netpbm/HISTORY
index ca5a392e58..18355de1a3 100644
--- a/graphics/netpbm/HISTORY
+++ b/graphics/netpbm/HISTORY
@@ -1,3 +1,8 @@
+2020-09-01 Thomas Orgis <sobukus@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@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 f1e517ba5a..98ddac9036 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"