[Pkg-ocaml-maint-commits] r4982 - /trunk/packages/pxp/trunk/debian/rules

zack at users.alioth.debian.org zack at users.alioth.debian.org
Sun Dec 30 08:24:39 UTC 2007


Author: zack
Date: Sun Dec 30 08:24:38 2007
New Revision: 4982

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4982
Log:
ensure expand_stars.sh is executable

Modified:
    trunk/packages/pxp/trunk/debian/rules

Modified: trunk/packages/pxp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/pxp/trunk/debian/rules?rev=4982&op=diff
==============================================================================
--- trunk/packages/pxp/trunk/debian/rules (original)
+++ trunk/packages/pxp/trunk/debian/rules Sun Dec 30 08:24:38 2007
@@ -16,6 +16,8 @@
 build/$(PKGNAME)::
 	$(MAKE) opt
 endif
+build/$(PKGNAME)::
+	chmod +x $(CURDIR)/debian/expand_stars.sh
 binary-post-install/$(PKGNAME)::
 	-for f in debian/$(PKGNAME)/usr/share/doc/$(PKGNAME)/examples/xmlforms/styles/* ; do \
 		test ! -r $$f && rm -f $$f ; \




More information about the Pkg-ocaml-maint-commits mailing list