Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136531 - Makefiles getting copied to smartmontools 5.36 documentation directory
Summary: Makefiles getting copied to smartmontools 5.36 documentation directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest trivial
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-12 03:51 UTC by ta2002
Modified: 2006-06-17 16:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ta2002 2006-06-12 03:51:22 UTC
$ ls -al /usr/share/doc/smartmontools-5.36/examplescripts/
total 36
drwxr-xr-x 2 root root 4096 2006-06-12 10:36:38 ./
drwxr-xr-x 3 root root 4096 2006-06-12 10:36:38 ../
-rw-r--r-- 1 root root  633 2006-06-12 10:36:38 Example1.gz
-rw-r--r-- 1 root root  468 2006-06-12 10:36:38 Example2.gz
-rw-r--r-- 1 root root  482 2006-06-12 10:36:38 Example3.gz
-rw-r--r-- 1 root root  171 2006-06-12 10:36:38 Makefile.am.gz
-rw-r--r-- 1 root root 3559 2006-06-12 10:36:38 Makefile.gz
-rw-r--r-- 1 root root 3427 2006-06-12 10:36:38 Makefile.in.gz
-rw-r--r-- 1 root root 1028 2006-06-12 10:36:38 README.gz

From the ebuild:

src_install() {
        dosbin smart{ctl,d} || die "dosbin"
        doman *.[58]
        dodoc AUTHORS CHANGELOG NEWS README TODO WARNINGS
        newdoc smartd.conf smartd.conf.example
        docinto examplescripts
        dodoc examplescripts/*

Sorry, I don't know how to filter the Makefiles out (but somebody will :) ).
Comment 1 SpanKY gentoo-dev 2006-06-17 16:13:32 UTC
should be fixed in cvs now