]> andersk Git - config-package-dev.git/commitdiff
divert.mk: Fix two slightly misleading comments
authorGeoffrey Thomas <geofft@mit.edu>
Mon, 21 May 2012 06:49:21 +0000 (02:49 -0400)
committerGeoffrey Thomas <geofft@mit.edu>
Tue, 18 Sep 2012 16:55:53 +0000 (09:55 -0700)
divert.mk

index 577021d676c399e9286d0af690b4a3b0554d1c5c..d352554f540a61ced32f6ea13f2ee640228cd897 100644 (file)
--- a/divert.mk
+++ b/divert.mk
@@ -53,7 +53,7 @@ endif
 # foo.divert.divert-orig
 divert_files_replace_name = $(shell echo $(1) | perl -pe 's/(.*)\Q$(DEB_DIVERT_EXTENSION)\E/$$1$(2)/')
 
-# Transform a full path into the path it should be diverted to if it's
+# Encode a full path into the path it should be diverted to if it's
 # removed
 remove_files_name = /usr/share/$(cdbs_curpkg)/$(shell $(DEB_DIVERT_ENCODER) $(1))
 
@@ -117,8 +117,8 @@ $(patsubst %,debian-divert/%,$(DEB_DIVERT_PACKAGES)) :: debian-divert/%:
 # and Conflicts: lists.  This prevents two packages diverting the same
 # file from being installed simultaneously (it cannot work, and this
 # produces a much less ugly error).  Requires in debian/control:
-#   Provides: $(diverted-files)
-#   Conflicts: $(diverted-files)
+#   Provides: ${diverted-files}
+#   Conflicts: ${diverted-files}
        set -e; \
        { \
            echo -n "diverted-files="; \
This page took 0.030656 seconds and 5 git commands to generate.