summaryrefslogtreecommitdiff
path: root/core/libgcrypt/libgcrypt.install
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-10 04:43:11 +0000
committerroot <root@rshg047.dnsready.net>2011-04-10 04:43:11 +0000
commit8f6922302486fa1cc1112ff8b3daddb48c3260f2 (patch)
treecdd13036f76c8a9b8efcc83bbaea166cc929a527 /core/libgcrypt/libgcrypt.install
parentf87ab435eb966ec44eb006c48699e6ee90613286 (diff)
Sun Apr 10 04:43:11 UTC 2011
Diffstat (limited to 'core/libgcrypt/libgcrypt.install')
-rw-r--r--core/libgcrypt/libgcrypt.install4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/libgcrypt/libgcrypt.install b/core/libgcrypt/libgcrypt.install
index 81547f57f..83e0dcb27 100644
--- a/core/libgcrypt/libgcrypt.install
+++ b/core/libgcrypt/libgcrypt.install
@@ -1,5 +1,5 @@
infodir=/usr/share/info
-filelist=(gcrypt.info)
+filelist=(gcrypt.info.gz)
post_install() {
[ -x usr/bin/install-info ] || return 0
@@ -18,5 +18,3 @@ pre_remove() {
install-info --delete $infodir/$file $infodir/dir 2> /dev/null
done
}
-
-# vim:set ts=2 sw=2 et: