r2271: Autocommit for make-debian
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 1 Aug 2002 04:59:19 +0000 (04:59 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 1 Aug 2002 04:59:19 +0000 (04:59 +0000)
debian/rules

index b3b2b0bb2b88c1bf40c3684c5c0a81dca0ea46bb..37b62569bbe9d57fdef563cefee4316d4a51e599 100755 (executable)
@@ -132,7 +132,7 @@ install: build
                sed -e "s/%%/$$l/;" debian/preinst.template > debian/$$p.preinst ;\
                sed -e "s/%%/$$l/;" debian/prerm.template > debian/$$p.prerm ;\
                sed -e "s/%%/$$l/;" debian/postinst.template > debian/$$p.postinst ;\
-               chown root.root debian/$$p.prerm debian/$$p.prerm debian/$pp.preinst; \
+               chown root.root debian/$$p.prerm debian/$$p.prerm debian/$$p.preinst; \
                chmod +x debian/$$p.prerm debian/$$p.prerm debian/$$p.preinst; \
        done