Skip to content

Fix the .sample file install in doc folder when building an RPM#2

Merged
darold merged 1 commit into
darold:masterfrom
ivuk:master
Dec 31, 2012
Merged

Fix the .sample file install in doc folder when building an RPM#2
darold merged 1 commit into
darold:masterfrom
ivuk:master

Conversation

@ivuk
Copy link
Copy Markdown
Contributor

@ivuk ivuk commented Dec 31, 2012

Currently, the RPM does not build. The issue is that it tries to copy the sendmailanalyzer.conf.sample file into /usr/share/doc/sendmailanalyzer-8.6/ folder, but that file does not exist and cannot be copied into the target folder.

This is expected, since the copying is done by install_all.sh script, so the file sendmailanalyzer.conf.sample is never actually created in the origin folder. Since unpackaged files won't terminate the RPM build, i simply let the install_all.sh handle the copying, and I can confirm that the sendmailanalyzer.conf.sample gets created just fine without getting specified in the %doc macro.

@ghost ghost assigned darold Dec 31, 2012
darold added a commit that referenced this pull request Dec 31, 2012
Fix the .sample file install in doc folder when building an RPM
@darold darold merged commit 2c3343c into darold:master Dec 31, 2012
@darold
Copy link
Copy Markdown
Owner

darold commented Dec 31, 2012

Applied, thanks a lot Igor !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants