diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-07-05 17:50:30 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-07-05 17:50:30 +0000 |
commit | 05f39708b5560b6ce56d801bf7296ae2a35f6cdc (patch) | |
tree | 793faf547d026197a9b93f2c4de74aa8ea146aea /sys-kernel/mjc-sources | |
parent | Version bump. Compiles with gcc-3.1 like a charm. Hopefully works well (diff) | |
download | historical-05f39708b5560b6ce56d801bf7296ae2a35f6cdc.tar.gz historical-05f39708b5560b6ce56d801bf7296ae2a35f6cdc.tar.bz2 historical-05f39708b5560b6ce56d801bf7296ae2a35f6cdc.zip |
typo fix
Diffstat (limited to 'sys-kernel/mjc-sources')
-rw-r--r-- | sys-kernel/mjc-sources/mjc-sources-2.4.19_pre10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-kernel/mjc-sources/mjc-sources-2.4.19_pre10.ebuild b/sys-kernel/mjc-sources/mjc-sources-2.4.19_pre10.ebuild index 9eb834009f7f..38eeecf6ca9a 100644 --- a/sys-kernel/mjc-sources/mjc-sources-2.4.19_pre10.ebuild +++ b/sys-kernel/mjc-sources/mjc-sources-2.4.19_pre10.ebuild @@ -56,7 +56,7 @@ src_unpack() { #fix silly permissions in tarball cd ${WORKDIR} - chown -R 0.0 *O + chown -R 0.0 * chmod -R a+r-w+X,u+w * # Gentoo Linux uses /boot, so fix 'make install' to work properly |