summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevyn Shortell <trance@gentoo.org>2002-08-17 21:01:55 +0000
committerKevyn Shortell <trance@gentoo.org>2002-08-17 21:01:55 +0000
commitf0075695f4b5aa8373297e160ce3d243262e885c (patch)
treedb4da82365bfeca8c63df0a09cbc2746ac0bae16 /sys-kernel/ppc-sources-dev
parentAdded ebuild (diff)
downloadhistorical-f0075695f4b5aa8373297e160ce3d243262e885c.tar.gz
historical-f0075695f4b5aa8373297e160ce3d243262e885c.tar.bz2
historical-f0075695f4b5aa8373297e160ce3d243262e885c.zip
typo
Diffstat (limited to 'sys-kernel/ppc-sources-dev')
-rw-r--r--sys-kernel/ppc-sources-dev/ppc-sources-dev-2.4.19.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys-kernel/ppc-sources-dev/ppc-sources-dev-2.4.19.ebuild b/sys-kernel/ppc-sources-dev/ppc-sources-dev-2.4.19.ebuild
index 6d36f90261ac..e22726ce3b9c 100644
--- a/sys-kernel/ppc-sources-dev/ppc-sources-dev-2.4.19.ebuild
+++ b/sys-kernel/ppc-sources-dev/ppc-sources-dev-2.4.19.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Id: ppc-sources-dev-2.4.19.ebuild,v 1.1 2002/08/17 20:51:20 trance Exp $
+# $Id: ppc-sources-dev-2.4.19.ebuild,v 1.2 2002/08/17 21:01:55 trance Exp $
#OKV=original kernel version, KV=patched kernel version. They can be the same.
@@ -60,3 +60,9 @@ src_install() {
cp -ax ${S}/include/asm-ppc/* ${D}/usr/include/asm
fi
}
+pkg_preinst() {
+ fi
+}
+plg_postinst() {
+ fi
+}