summaryrefslogtreecommitdiff
path: root/debian/makemenu
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2007-06-29 17:27:34 +0000
committerAaron M. Ucko <ucko@debian.org>2007-06-29 17:27:34 +0000
commitbfabe624ab2bee6cdd1f5906c92e28d14a01c367 (patch)
treedf24ed5e97cb0a8b92af8bb43e3108066ec70d8e /debian/makemenu
parent0d8bb9fdca742704ad26492734a58f9256d10c47 (diff)
debian/makemenu: correct vibrate's package requirement to libvibrant6a
(closes: #429955, #429956); generate appropriate linda overrides (for command-not-exist), another "problem" with the setup.
Diffstat (limited to 'debian/makemenu')
-rwxr-xr-xdebian/makemenu5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/makemenu b/debian/makemenu
index ccf4d5af..c70fe48f 100755
--- a/debian/makemenu
+++ b/debian/makemenu
@@ -7,7 +7,10 @@ else
fi
package=`basename $1 .install`
if [ $vibrate = true ]; then
- package="libvibrant6,$package"
+ linda_dir=debian/$package/usr/share/linda/overrides
+ mkdir -p $linda_dir
+ echo 'Tag: command-not-exist' > $linda_dir/$package
+ package="libvibrant6a,$package"
fi
menu=`echo $1 | sed -e 's/install$/menu/'`
while read command junk; do