diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2020-06-25 20:28:41 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2020-06-25 20:28:41 +0000 |
commit | c6079f29cad2ece6125f42487d13a912c0c35d7e (patch) | |
tree | 9a79abf68ab281c5ad58848cdf440d25ec0c99d3 /converter/ppm | |
parent | 04f17555649bb87f11907673d99a95b22a288436 (diff) | |
download | netpbm-mirror-c6079f29cad2ece6125f42487d13a912c0c35d7e.tar.gz netpbm-mirror-c6079f29cad2ece6125f42487d13a912c0c35d7e.tar.xz netpbm-mirror-c6079f29cad2ece6125f42487d13a912c0c35d7e.zip |
Update location from which to get Hpcdtoppm
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3866 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/ppm')
-rwxr-xr-x | converter/ppm/hpcdtoppm/hpcdtoppm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/converter/ppm/hpcdtoppm/hpcdtoppm b/converter/ppm/hpcdtoppm/hpcdtoppm index 2af4a384..ec3f1763 100755 --- a/converter/ppm/hpcdtoppm/hpcdtoppm +++ b/converter/ppm/hpcdtoppm/hpcdtoppm @@ -8,9 +8,9 @@ The real 'hpcdtoppm' is a program that converts an image from Photo CD format to PPM format. The program you are running now just issues the message you are reading. -Please get a copy of Hpcdtoppm from +You can get a copy of Hpcdtoppm from - http://terasaur.org/item/show/hpcdtoppm-netpbm-convert-photo-cd/4967 + http://metalab.unc.edu/pub/Linux/apps/graphics/convert/hpcdtoppm.linux.tar.gz and replace this stand-in program with the real one. @@ -22,4 +22,4 @@ mistake. EOF -exit 1 \ No newline at end of file +exit 1 |