Fix wrong filename (typo)
authorHeiko Schlittermann <hs@schlittermann.de>
Thu, 13 Aug 2015 11:40:05 +0200
changeset 82 8ac198281a6c
parent 81 0dbd67690cdc
child 83 e12acf7c48bc
Fix wrong filename (typo)
debian/postinst
--- a/debian/postinst	Thu Aug 13 11:31:55 2015 +0200
+++ b/debian/postinst	Thu Aug 13 11:40:05 2015 +0200
@@ -82,7 +82,7 @@
 'b7WT6krss1t2dyQZLWnlWTxjK8arQjoEOBwl4VkjXbbopTt6+To8LdZiS39VQBZvKDgfPw'\
 'GVHigxjRSSZfVYyF+lADoXWJBF' \
     < $file > $tmp
-    if ! test -s $tmp || ! cmp $tmp $fle >/dev/null
+    if ! test -s $tmp || ! cmp $tmp $file >/dev/null
     then
 	cat $tmp > $file
     fi