13 lines
409 B
Diff
13 lines
409 B
Diff
|
--- netpbm-10.32/other/Makefile.pnmdepth 2006-01-03 23:47:15.000000000 +0100
|
||
|
+++ netpbm-10.32/other/Makefile 2006-04-03 14:53:17.000000000 +0200
|
||
|
@@ -66,7 +66,7 @@
|
||
|
$(SYMLINK) pamsplit$(EXE) pnmsplit
|
||
|
# In February 2006, pamdepth replaced pnmdepth
|
||
|
cd $(PKGDIR)/bin ; \
|
||
|
- rm -f pnmsdepth ; \
|
||
|
- $(SYMLINK) pnmsdepth$(EXE) pnmdepth
|
||
|
+ rm -f pnmdepth ; \
|
||
|
+ $(SYMLINK) pamdepth$(EXE) pnmdepth
|
||
|
|
||
|
FORCE:
|