[Pkg-ocaml-maint-commits] r2144 - trunk/packages/pxp/trunk/debian
Stefano Zacchiroli
zack at costa.debian.org
Sat Nov 26 18:52:22 UTC 2005
Author: zack
Date: 2005-11-26 18:52:21 +0000 (Sat, 26 Nov 2005)
New Revision: 2144
Modified:
trunk/packages/pxp/trunk/debian/rules
Log:
rm fake symlink
Modified: trunk/packages/pxp/trunk/debian/rules
===================================================================
--- trunk/packages/pxp/trunk/debian/rules 2005-11-26 18:47:02 UTC (rev 2143)
+++ trunk/packages/pxp/trunk/debian/rules 2005-11-26 18:52:21 UTC (rev 2144)
@@ -15,7 +15,7 @@
for f in $(OFILES); do sed -e 's/@OCamlABI@/$(OCAMLABI)/g' $$f.in > $$f; done
configure/$(PKGNAME)::
./configure -without-wlex -without-wlex-compat
- -mv doc/README .
+ rm -f README # it's a symlink, the real one is doc/README
ifeq ($(HAVE_OCAMLOPT),yes)
build/$(PKGNAME)::
$(MAKE) opt
More information about the Pkg-ocaml-maint-commits
mailing list