summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-05 12:10:43 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-05 12:10:43 +0000
commita913575f3789572a76e98d53c68e9e511b479d7f (patch)
tree78aa5f0315c08f62fcab0adc3a586ee68dfe2be4 /app-misc/omnibook
parentwhitespace cleanup (diff)
downloadgentoo-2-a913575f3789572a76e98d53c68e9e511b479d7f.tar.gz
gentoo-2-a913575f3789572a76e98d53c68e9e511b479d7f.tar.bz2
gentoo-2-a913575f3789572a76e98d53c68e9e511b479d7f.zip
whitespace cleanup
Diffstat (limited to 'app-misc/omnibook')
-rw-r--r--app-misc/omnibook/Manifest6
-rw-r--r--app-misc/omnibook/omnibook-20030403.ebuild14
2 files changed, 10 insertions, 10 deletions
diff --git a/app-misc/omnibook/Manifest b/app-misc/omnibook/Manifest
index af59694eb90f..42df04daf900 100644
--- a/app-misc/omnibook/Manifest
+++ b/app-misc/omnibook/Manifest
@@ -1,5 +1,5 @@
+MD5 26c1ce47117f8641cbf10e0896d8d1d9 ChangeLog 571
+MD5 f7f9382b84168e0bda4cc08a3e88ac3c omnibook-20021016.ebuild 679
+MD5 43c5cc09bc1f2e95f6662997e16b53a3 omnibook-20030403.ebuild 930
MD5 a3344458094ddcd21372db887e7613a4 files/digest-omnibook-20021016 70
MD5 54b0cd349e32bc6df3e21fb8fc875d1b files/digest-omnibook-20030403 70
-MD5 f7f9382b84168e0bda4cc08a3e88ac3c omnibook-20021016.ebuild 679
-MD5 26c1ce47117f8641cbf10e0896d8d1d9 ChangeLog 571
-MD5 06ed4251c89794431f1a1b2cb0a3eaec omnibook-20030403.ebuild 946
diff --git a/app-misc/omnibook/omnibook-20030403.ebuild b/app-misc/omnibook/omnibook-20030403.ebuild
index dcd520d7326a..452ef958f047 100644
--- a/app-misc/omnibook/omnibook-20030403.ebuild
+++ b/app-misc/omnibook/omnibook-20030403.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/omnibook/omnibook-20030403.ebuild,v 1.1 2003/05/12 17:53:41 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/omnibook/omnibook-20030403.ebuild,v 1.2 2003/09/05 12:10:36 msterret Exp $
MY_PV="2003-04-03"
MY_P=${PN}-${MY_PV}
@@ -23,17 +23,17 @@ src_compile() {
src_install() {
# The driver goes into the standard modules location
- # Not the make install location, because that way it would get deleted
+ # Not the make install location, because that way it would get deleted
# when the user did a make modules_install in the Kernel tree
insinto /lib/modules/${KV}/char
doins omnibook.o
-
+
dodoc ${S}/doc/*
-
+
}
+
pkg_postinst() {
- echo "running depmod...."
- depmod -aq || die
+ echo "running depmod...."
+ depmod -aq || die
}
-