[Python-apps-commits] r12791 - in packages/diamond/trunk/debian (rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Tue Feb 16 13:03:55 UTC 2016


    Date: Tuesday, February 16, 2016 @ 13:03:53
  Author: morph
Revision: 12791

and now with proper syntax

Modified:
  packages/diamond/trunk/debian/rules

Modified: packages/diamond/trunk/debian/rules
===================================================================
--- packages/diamond/trunk/debian/rules	2016-02-16 13:01:51 UTC (rev 12790)
+++ packages/diamond/trunk/debian/rules	2016-02-16 13:03:53 UTC (rev 12791)
@@ -21,7 +21,7 @@
 	rm $(CURDIR)/debian/diamond/etc/diamond/diamond.conf.example.windows
 
 	# set in the example config file the user/group we create in the maint scripts
-	sed -i '/user =$/s/$/ diamond/;/group =$/s/$/ diamond/' $(CURDIR)/debian/diamond/etc/diamond/diamond.conf.example
+	sed -i '/user =$$/s/$$/ diamond/;/group =$$/s/$$/ diamond/' $(CURDIR)/debian/diamond/etc/diamond/diamond.conf.example
 
 override_dh_installdocs:
 	dh_installdocs README.md




More information about the Python-apps-commits mailing list