]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Fix the sed command for generating dkms.conf
authorRuss Allbery <rra@debian.org>
Fri, 13 Feb 2009 03:19:22 +0000 (19:19 -0800)
committerRuss Allbery <rra@debian.org>
Fri, 13 Feb 2009 03:19:22 +0000 (19:19 -0800)
debian/rules

index 77530cf047eca23b95011e2f007c7451d4797569..5d45712ca487485ccfc25e61961a90a4950c0d5a 100755 (executable)
@@ -141,7 +141,7 @@ install-source-stamp:
        install -d debian/$(dkmspkg)/usr/src
        mv debian/$(srcpkg)/usr/src/modules/$(package) \
            debian/$(dkmspkg)/usr/src/openafs-$(VERSION)
-       sed -e 's/[@]VERSION[@]/$(VERSION)' debian/dkms.conf.in \
+       sed -e 's/[@]VERSION[@]/$(VERSION)/' debian/dkms.conf.in \
            > debian/$(dkmspkg)/usr/src/openafs-$(VERSION)/dkms.conf
        touch $@