[Fai-commit] r2931 - trunk/debian

fai-repository at svn.debian.org fai-repository at svn.debian.org
Sat Oct 8 20:26:45 UTC 2005


Author: lange
Date: 2005-10-08 20:26:45 +0000 (Sat, 08 Oct 2005)
New Revision: 2931

Modified:
   trunk/debian/rules
Log:
fix wrong path


Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2005-10-08 19:58:02 UTC (rev 2930)
+++ trunk/debian/rules	2005-10-08 20:26:45 UTC (rev 2931)
@@ -56,7 +56,7 @@
 	chmod a+rx ${DOCDIR}/examples/*/hooks/*
 	find ${DOCDIR}/examples/*/files -name postinst | xargs chmod a+x
 	chmod a+rx ${DOCDIR}/examples/utils/*
-	perl -pi -e 's/FAIVERSIONSTRING/$(VERSIONSTRING)/' ${DOCDIR}/README
+	perl -pi -e 's/FAIVERSIONSTRING/$(VERSIONSTRING)/' ${DESTDIR}/usr/share/doc/fai/README
 # You may want to make some executables suid here.
 	dh_installdeb
 	dh_gencontrol




More information about the Fai-commit mailing list