]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
Another typo unearthed while testing
authorManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:08:25 +0000 (05:08 +0000)
committerManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:08:25 +0000 (05:08 +0000)
Author: srivasta
Date: 2000/07/30 23:49:18
Another typo unearthed while testing

git-archimport-id: srivasta@debian.org--etch/debian-policy--devel--3.0--patch-61

debian/prerm.in

index 91bebf6bb02fd134f9e98f4576b8cca80050c42f..4f1a636e2dbaab0f50c7c5ff54b41e382865c0e6 100644 (file)
@@ -81,7 +81,7 @@ esac
 
 
 if [ -x /usr/sbin/install-docs ]; then
-    /usr/sbin/install-docs -r $PACKAGE
+    /usr/sbin/install-docs -r $package_name
 fi
 
 exit 0